Html Css Color HEX #A00218 Carmine

📋 copy color: '#A00218'

red 160 ◦ green 2 ◦ blue 24

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

Shades of Carmine #A00218

Tints of Carmine #A00218

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.08%

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

R = 86.02%
G = 1.08%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.37

RGB Variations

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

Color information

#A00218 (or 0xA00218) is known color: Carmine. HEX triplet: A0, 02 and 18. RGB value is (160,2,24). Sum of RGB (Red+Green+Blue) = 160+2+24=186 (24% of max value = 765). Red value is 160 (62.89% from 255 or 86.02% from 186); Green value is 2 (1.17% from 255 or 1.08% from 186); Blue value is 24 (9.77% from 255 or 12.90% from 186); Max value from RGB is 160 - color contains mainly: red. Hex color #A00218 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00218 is #5FFDE7. Grayscale: #333333. Windows color (decimal): -6290920 or 1573536. OLE color: 1573536.

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

Color convert

RGB 160 2 24 -
CMYK 0 0.99 0.85 0.37
HSL 351.65º 0.98% 0.32% -
HSV(B) 351.65º 0.99% 0.63% -
XYZ 14.68 7.58 1.55 -
YUV 51.75 112.35 205.21 -
System Red Green Blue C M Y K H S L
Decimal 160 2 24 0 0.99 0.85 0.37 351.65 0.98 0.32
Hex A0 2 18 0 63 55 25 160 62 20
Octal 240 2 30 0 143 125 45 540 142 40
Binary 10100000 10 11000 0 1100011 1010101 100101 101100000 1100010 100000

Color Harmonies of #A00218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00218

Black with #A00218

Text Example


Text Example

White with #A00218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00218; }

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

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

background-color css

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

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

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

border-color css

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

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

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