Html Css Color HEX #A00219 Carmine

📋 copy color: '#A00219'

red 160 ◦ green 2 ◦ blue 25

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

Shades of Carmine #A00219

Tints of Carmine #A00219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 13.37%

R = 85.56%
G = 1.07%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A00219 (or 0xA00219) is known color: Carmine. HEX triplet: A0, 02 and 19. RGB value is (160,2,25). Sum of RGB (Red+Green+Blue) = 160+2+25=187 (24% of max value = 765). Red value is 160 (62.89% from 255 or 85.56% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 25 (10.16% from 255 or 13.37% from 187); Max value from RGB is 160 - color contains mainly: red. Hex color #A00219 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00219 is #5FFDE6. Grayscale: #333333. Windows color (decimal): -6290919 or 1639072. OLE color: 1639072.

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

Color convert

RGB 160 2 25 -
CMYK 0 0.99 0.84 0.37
HSL 351.27º 0.98% 0.32% -
HSV(B) 351.27º 0.99% 0.63% -
XYZ 14.69 7.59 1.61 -
YUV 51.86 112.85 205.13 -
System Red Green Blue C M Y K H S L
Decimal 160 2 25 0 0.99 0.84 0.37 351.27 0.98 0.32
Hex A0 2 19 0 63 54 25 15F 62 20
Octal 240 2 31 0 143 124 45 537 142 40
Binary 10100000 10 11001 0 1100011 1010100 100101 101011111 1100010 100000

Color Harmonies of #A00219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00219

Black with #A00219

Text Example


Text Example

White with #A00219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00219; }

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

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

background-color css

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

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

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

border-color css

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

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

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