#A00318

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

Shades of Carmine #A00318

Tints of Carmine #A00318

Color information

#A00318 (or 0xA00318) is unknown color: approx Carmine. HEX triplet: A0, 03 and 18. RGB value is (160,3,24). Sum of RGB (Red+Green+Blue) = 160+3+24=187 (24% of max value = 765). Red value is 160 (62.89% from 255 or 85.56% from 187); Green value is 3 (1.56% from 255 or 1.60% from 187); Blue value is 24 (9.77% from 255 or 12.83% from 187); Max value from RGB is 160 - color contains mainly: red. Hex color #A00318 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00318 is #5FFCE7. Grayscale: #343434. Windows color (decimal): -6290664 or 1573792. OLE color: 1573792.

HSL color Cylindrical-coordinate representation of color #A00318: hue angle of 351.97º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A00318 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.37.

Color convert

RGB160324-
CMYK00.980.850.37
HSL351.97º96.32%31.96%-
HSV(B)351.97º98.12%62.75%-
XYZ14.697.61.56-
YUV52.34112.01204.79-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 85.56%
GREEN value IS 3 (1.56% from 255) = 1.60%
BLUE value IS 24 (9.77% from 255) = 12.83%
R=85.56%
G=1.60%
B=12.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.85
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16032400.980.850.37351.9796.3231.96
HexA031806255251606020
Octal24033001421254554014040
Binary1010000011110000110001010101011001011011000001100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00318; }

 p { color: rgb(160,3,24); }

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

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

 a { background-color: rgb(160,3,24); }

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

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

 span { border-color: rgb(160,3,24); }

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