#A30623

Color #A30623 Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #A30623

Tints of Carmine #A30623

Color information

#A30623 (or 0xA30623) is unknown color: approx Carmine. HEX triplet: A3, 06 and 23. RGB value is (163,6,35). Sum of RGB (Red+Green+Blue) = 163+6+35=204 (27% of max value = 765). Red value is 163 (64.06% from 255 or 79.90% from 204); Green value is 6 (2.73% from 255 or 2.94% from 204); Blue value is 35 (14.06% from 255 or 17.16% from 204); Max value from RGB is 163 - color contains mainly: red. Hex color #A30623 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30623 is #5CF9DC. Grayscale: #383838. Windows color (decimal): -6093277 or 2295459. OLE color: 2295459.

HSL color Cylindrical-coordinate representation of color #A30623: hue angle of 348.92º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A30623 is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB163635-
CMYK00.960.790.36
HSL348.92º92.9%33.14%-
HSV(B)348.92º96.32%63.92%-
XYZ15.478.042.33-
YUV56.25116.01204.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 163 (64.06% from 255) = 79.90%
GREEN value IS 6 (2.73% from 255) = 2.94%
BLUE value IS 35 (14.06% from 255) = 17.16%
R=79.90%
G=2.94%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16363500.960.790.36348.9292.933.14
HexA36230604F2415d5d21
Octal24364301401174453513541
Binary101000111101000110110000010011111001001010111011011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30623; }

 p { color: rgb(163,6,35); }

 H1.HeaderClassName
 {
   color: #A30623;
 }
 .AnyTagClassName
 {
   color: #A30623;
 }
</style>
background-color css

<style>
 a { background-color: #A30623; }

 a { background-color: rgb(163,6,35); }

 div.DivClassName
 {
   background-color: #A30623;
 }
 .BgClassName
 {
   background-color: #A30623;
 }
</style>
border-color css

<style>
 span { border-color: #A30623; }

 span { border-color: rgb(163,6,35); }

 td.TdClassName
 {
   border-color: #A30623;
 }
 .TagClassName
 {
   border-color: #A30623;
 }
</style>