Html Css Color HEX #A00224 Carmine

📋 copy color: '#A00224'

red 160 ◦ green 2 ◦ blue 36

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

Shades of Carmine #A00224

Tints of Carmine #A00224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 18.18%

R = 80.81%
G = 1.01%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A00224 (or 0xA00224) is known color: Carmine. HEX triplet: A0, 02 and 24. RGB value is (160,2,36). Sum of RGB (Red+Green+Blue) = 160+2+36=198 (26% of max value = 765). Red value is 160 (62.89% from 255 or 80.81% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 36 (14.45% from 255 or 18.18% from 198); Max value from RGB is 160 - color contains mainly: red. Hex color #A00224 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00224 is #5FFDDB. Grayscale: #353535. Windows color (decimal): -6290908 or 2359968. OLE color: 2359968.

HSL color Cylindrical-coordinate representation of color #A00224: hue angle of 347.09º 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 #A00224 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 2 36 -
CMYK 0 0.99 0.78 0.37
HSL 347.09º 0.98% 0.32% -
HSV(B) 347.09º 0.99% 0.63% -
XYZ 14.84 7.64 2.36 -
YUV 53.12 118.35 204.24 -
System Red Green Blue C M Y K H S L
Decimal 160 2 36 0 0.99 0.78 0.37 347.09 0.98 0.32
Hex A0 2 24 0 63 4E 25 15B 62 20
Octal 240 2 44 0 143 116 45 533 142 40
Binary 10100000 10 100100 0 1100011 1001110 100101 101011011 1100010 100000

Color Harmonies of #A00224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00224

Black with #A00224

Text Example


Text Example

White with #A00224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00224; }

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

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

background-color css

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

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

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

border-color css

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

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

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