Html Css Color HEX #A00213 Carmine

📋 copy color: '#A00213'

red 160 ◦ green 2 ◦ blue 19

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

Shades of Carmine #A00213

Tints of Carmine #A00213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.5%

R = 88.4%
G = 1.1%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A00213 (or 0xA00213) is known color: Carmine. HEX triplet: A0, 02 and 13. RGB value is (160,2,19). Sum of RGB (Red+Green+Blue) = 160+2+19=181 (23% of max value = 765). Red value is 160 (62.89% from 255 or 88.40% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 19 (7.81% from 255 or 10.50% from 181); Max value from RGB is 160 - color contains mainly: red. Hex color #A00213 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00213 is #5FFDEC. Grayscale: #333333. Windows color (decimal): -6290925 or 1245856. OLE color: 1245856.

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

Color convert

RGB 160 2 19 -
CMYK 0 0.99 0.88 0.37
HSL 353.54º 0.98% 0.32% -
HSV(B) 353.54º 0.99% 0.63% -
XYZ 14.64 7.56 1.3 -
YUV 51.18 109.85 205.62 -
System Red Green Blue C M Y K H S L
Decimal 160 2 19 0 0.99 0.88 0.37 353.54 0.98 0.32
Hex A0 2 13 0 63 58 25 162 62 20
Octal 240 2 23 0 143 130 45 542 142 40
Binary 10100000 10 10011 0 1100011 1011000 100101 101100010 1100010 100000

Color Harmonies of #A00213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00213

Black with #A00213

Text Example


Text Example

White with #A00213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00213; }

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

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

background-color css

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

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

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

border-color css

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

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

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