Html Css Color HEX #A80013 Carmine

📋 copy color: '#A80013'

red 168 ◦ green 0 ◦ blue 19

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

Shades of Carmine #A80013

Tints of Carmine #A80013

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 89.84%
G = 0%
B = 10.16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A80013 (or 0xA80013) is known color: Carmine. HEX triplet: A8, 00 and 13. RGB value is (168,0,19). Sum of RGB (Red+Green+Blue) = 168+0+19=187 (24% of max value = 765). Red value is 168 (66.02% from 255 or 89.84% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 19 (7.81% from 255 or 10.16% from 187); Max value from RGB is 168 - color contains mainly: red. Hex color #A80013 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80013 is #57FFEC. Grayscale: #343434. Windows color (decimal): -5767149 or 1245352. OLE color: 1245352.

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

Color convert

RGB 168 0 19 -
CMYK 0 1 0.89 0.34
HSL 353.21º 1% 0.33% -
HSV(B) 353.21º 1% 0.66% -
XYZ 16.27 8.37 1.37 -
YUV 52.4 109.16 210.46 -
System Red Green Blue C M Y K H S L
Decimal 168 0 19 0 1 0.89 0.34 353.21 1 0.33
Hex A8 0 13 0 64 59 22 161 64 21
Octal 250 0 23 0 144 131 42 541 144 41
Binary 10101000 0 10011 0 1100100 1011001 100010 101100001 1100100 100001

Color Harmonies of #A80013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80013

Black with #A80013

Text Example


Text Example

White with #A80013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80013; }

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

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

background-color css

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

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

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

border-color css

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

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

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