Html Css Color HEX #A80119 Carmine

📋 copy color: '#A80119'

red 168 ◦ green 1 ◦ blue 25

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

Shades of Carmine #A80119

Tints of Carmine #A80119

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.52%

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

R = 86.6%
G = 0.52%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.34

RGB Variations

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

Color information

#A80119 (or 0xA80119) is known color: Carmine. HEX triplet: A8, 01 and 19. RGB value is (168,1,25). Sum of RGB (Red+Green+Blue) = 168+1+25=194 (25% of max value = 765). Red value is 168 (66.02% from 255 or 86.60% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 25 (10.16% from 255 or 12.89% from 194); Max value from RGB is 168 - color contains mainly: red. Hex color #A80119 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80119 is #57FEE6. Grayscale: #353535. Windows color (decimal): -5766887 or 1638824. OLE color: 1638824.

HSL color Cylindrical-coordinate representation of color #A80119: hue angle of 351.38º degrees, saturation: 0.99, 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 #A80119 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 1 25 -
CMYK 0 0.99 0.85 0.34
HSL 351.38º 0.99% 0.33% -
HSV(B) 351.38º 0.99% 0.66% -
XYZ 16.33 8.42 1.68 -
YUV 53.67 111.83 209.55 -
System Red Green Blue C M Y K H S L
Decimal 168 1 25 0 0.99 0.85 0.34 351.38 0.99 0.33
Hex A8 1 19 0 63 55 22 15F 63 21
Octal 250 1 31 0 143 125 42 537 143 41
Binary 10101000 1 11001 0 1100011 1010101 100010 101011111 1100011 100001

Color Harmonies of #A80119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80119

Black with #A80119

Text Example


Text Example

White with #A80119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80119; }

 p { color: rgb(168,1,25); }

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

background-color css

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

 a { background-color: rgb(168,1,25); }

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

border-color css

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

 span { border-color: rgb(168,1,25); }

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