Html Css Color HEX #A80113 Carmine

📋 copy color: '#A80113'

red 168 ◦ green 1 ◦ blue 19

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

Shades of Carmine #A80113

Tints of Carmine #A80113

RGB

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

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

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

R = 89.36%
G = 0.53%
B = 10.11%

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

#A80113 (or 0xA80113) is known color: Carmine. HEX triplet: A8, 01 and 13. RGB value is (168,1,19). Sum of RGB (Red+Green+Blue) = 168+1+19=188 (24% of max value = 765). Red value is 168 (66.02% from 255 or 89.36% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 19 (7.81% from 255 or 10.11% from 188); Max value from RGB is 168 - color contains mainly: red. Hex color #A80113 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80113 is #57FEEC. Grayscale: #353535. Windows color (decimal): -5766893 or 1245608. OLE color: 1245608.

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

Color convert

RGB 168 1 19 -
CMYK 0 0.99 0.89 0.34
HSL 353.53º 0.99% 0.33% -
HSV(B) 353.53º 0.99% 0.66% -
XYZ 16.28 8.39 1.38 -
YUV 52.99 108.83 210.04 -
System Red Green Blue C M Y K H S L
Decimal 168 1 19 0 0.99 0.89 0.34 353.53 0.99 0.33
Hex A8 1 13 0 63 59 22 162 63 21
Octal 250 1 23 0 143 131 42 542 143 41
Binary 10101000 1 10011 0 1100011 1011001 100010 101100010 1100011 100001

Color Harmonies of #A80113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80113

Black with #A80113

Text Example


Text Example

White with #A80113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80113; }

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

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

background-color css

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

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

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

border-color css

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

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

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