Html Css Color HEX #A80017 Carmine

📋 copy color: '#A80017'

red 168 ◦ green 0 ◦ blue 23

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

Shades of Carmine #A80017

Tints of Carmine #A80017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 12.04%

R = 87.96%
G = 0%
B = 12.04%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A80017 (or 0xA80017) is known color: Carmine. HEX triplet: A8, 00 and 17. RGB value is (168,0,23). Sum of RGB (Red+Green+Blue) = 168+0+23=191 (25% of max value = 765). Red value is 168 (66.02% from 255 or 87.96% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 23 (9.38% from 255 or 12.04% from 191); Max value from RGB is 168 - color contains mainly: red. Hex color #A80017 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80017 is #57FFE8. Grayscale: #343434. Windows color (decimal): -5767145 or 1507496. OLE color: 1507496.

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

Color convert

RGB 168 0 23 -
CMYK 0 1 0.86 0.34
HSL 351.79º 1% 0.33% -
HSV(B) 351.79º 1% 0.66% -
XYZ 16.3 8.39 1.57 -
YUV 52.85 111.16 210.13 -
System Red Green Blue C M Y K H S L
Decimal 168 0 23 0 1 0.86 0.34 351.79 1 0.33
Hex A8 0 17 0 64 56 22 160 64 21
Octal 250 0 27 0 144 126 42 540 144 41
Binary 10101000 0 10111 0 1100100 1010110 100010 101100000 1100100 100001

Color Harmonies of #A80017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80017

Black with #A80017

Text Example


Text Example

White with #A80017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80017; }

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

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

background-color css

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

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

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

border-color css

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

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

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