Html Css Color HEX #A00D18 Carmine

📋 copy color: '#A00D18'

red 160 ◦ green 13 ◦ blue 24

#A00D18
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carmine #A00D18

Tints of Carmine #A00D18

RGB

 RED value IS 160 (62.89% from 255) = 81.22%

 GREEN value IS 13 (5.47% from 255) = 6.6%

 BLUE value IS 24 (9.77% from 255) = 12.18%

R = 81.22%
G = 6.6%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.85

 K value IS 0.37

RGB Variations

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

Color information

#A00D18 (or 0xA00D18) is known color: Carmine. HEX triplet: A0, 0D and 18. RGB value is (160,13,24). Sum of RGB (Red+Green+Blue) = 160+13+24=197 (26% of max value = 765). Red value is 160 (62.89% from 255 or 81.22% from 197); Green value is 13 (5.47% from 255 or 6.60% from 197); Blue value is 24 (9.77% from 255 or 12.18% from 197); Max value from RGB is 160 - color contains mainly: red. Hex color #A00D18 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00D18 is #5FF2E7. Grayscale: #3A3A3A. Windows color (decimal): -6288104 or 1576352. OLE color: 1576352.

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

Color convert

RGB 160 13 24 -
CMYK 0 0.92 0.85 0.37
HSL 355.51º 0.85% 0.34% -
HSV(B) 355.51º 0.92% 0.63% -
XYZ 14.81 7.83 1.59 -
YUV 58.21 108.7 200.61 -
System Red Green Blue C M Y K H S L
Decimal 160 13 24 0 0.92 0.85 0.37 355.51 0.85 0.34
Hex A0 D 18 0 5C 55 25 164 55 22
Octal 240 15 30 0 134 125 45 544 125 42
Binary 10100000 1101 11000 0 1011100 1010101 100101 101100100 1010101 100010

Color Harmonies of #A00D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00D18

Black with #A00D18

Text Example


Text Example

White with #A00D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00D18; }

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

 H1.HeaderClassName
 {
   color: #A00D18;
 }
 .AnyTagClassName
 {
   color: #A00D18;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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