Html Css Color HEX #A00B18 Carmine

📋 copy color: '#A00B18'

red 160 ◦ green 11 ◦ blue 24

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

Shades of Carmine #A00B18

Tints of Carmine #A00B18

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.64%

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

R = 82.05%
G = 5.64%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.85

 K value IS 0.37

RGB Variations

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

Color information

#A00B18 (or 0xA00B18) is known color: Carmine. HEX triplet: A0, 0B and 18. RGB value is (160,11,24). Sum of RGB (Red+Green+Blue) = 160+11+24=195 (25% of max value = 765). Red value is 160 (62.89% from 255 or 82.05% from 195); Green value is 11 (4.69% from 255 or 5.64% from 195); Blue value is 24 (9.77% from 255 or 12.31% from 195); Max value from RGB is 160 - color contains mainly: red. Hex color #A00B18 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00B18 is #5FF4E7. Grayscale: #393939. Windows color (decimal): -6288616 or 1575840. OLE color: 1575840.

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

Color convert

RGB 160 11 24 -
CMYK 0 0.93 0.85 0.37
HSL 354.77º 0.87% 0.34% -
HSV(B) 354.77º 0.93% 0.63% -
XYZ 14.78 7.78 1.59 -
YUV 57.03 109.36 201.44 -
System Red Green Blue C M Y K H S L
Decimal 160 11 24 0 0.93 0.85 0.37 354.77 0.87 0.34
Hex A0 B 18 0 5D 55 25 163 57 22
Octal 240 13 30 0 135 125 45 543 127 42
Binary 10100000 1011 11000 0 1011101 1010101 100101 101100011 1010111 100010

Color Harmonies of #A00B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00B18

Black with #A00B18

Text Example


Text Example

White with #A00B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00B18; }

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

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

background-color css

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

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

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

border-color css

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

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

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