Html Css Color HEX #A80213 Carmine

📋 copy color: '#A80213'

red 168 ◦ green 2 ◦ blue 19

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

Shades of Carmine #A80213

Tints of Carmine #A80213

RGB

 RED value IS 168 (66.02% from 255) = 88.89%

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

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

R = 88.89%
G = 1.06%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A80213 (or 0xA80213) is known color: Carmine. HEX triplet: A8, 02 and 13. RGB value is (168,2,19). Sum of RGB (Red+Green+Blue) = 168+2+19=189 (25% of max value = 765). Red value is 168 (66.02% from 255 or 88.89% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 19 (7.81% from 255 or 10.05% from 189); Max value from RGB is 168 - color contains mainly: red. Hex color #A80213 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80213 is #57FDEC. Grayscale: #353535. Windows color (decimal): -5766637 or 1245864. OLE color: 1245864.

HSL color Cylindrical-coordinate representation of color #A80213: hue angle of 353.86º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A80213 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 2 19 -
CMYK 0 0.99 0.89 0.34
HSL 353.86º 0.98% 0.33% -
HSV(B) 353.86º 0.99% 0.66% -
XYZ 16.29 8.42 1.38 -
YUV 53.57 108.5 209.62 -
System Red Green Blue C M Y K H S L
Decimal 168 2 19 0 0.99 0.89 0.34 353.86 0.98 0.33
Hex A8 2 13 0 63 59 22 162 62 21
Octal 250 2 23 0 143 131 42 542 142 41
Binary 10101000 10 10011 0 1100011 1011001 100010 101100010 1100010 100001

Color Harmonies of #A80213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80213

Black with #A80213

Text Example


Text Example

White with #A80213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80213; }

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

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

background-color css

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

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

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

border-color css

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

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

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