Html Css Color HEX #A80C17 Carmine

📋 copy color: '#A80C17'

red 168 ◦ green 12 ◦ blue 23

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

Shades of Carmine #A80C17

Tints of Carmine #A80C17

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.91%

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

R = 82.76%
G = 5.91%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A80C17 (or 0xA80C17) is known color: Carmine. HEX triplet: A8, 0C and 17. RGB value is (168,12,23). Sum of RGB (Red+Green+Blue) = 168+12+23=203 (26% of max value = 765). Red value is 168 (66.02% from 255 or 82.76% from 203); Green value is 12 (5.08% from 255 or 5.91% from 203); Blue value is 23 (9.38% from 255 or 11.33% from 203); Max value from RGB is 168 - color contains mainly: red. Hex color #A80C17 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80C17 is #57F3E8. Grayscale: #3C3C3C. Windows color (decimal): -5764073 or 1510568. OLE color: 1510568.

HSL color Cylindrical-coordinate representation of color #A80C17: hue angle of 355.77º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A80C17 is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 12 23 -
CMYK 0 0.93 0.86 0.34
HSL 355.77º 0.87% 0.35% -
HSV(B) 355.77º 0.93% 0.66% -
XYZ 16.43 8.65 1.61 -
YUV 59.9 107.18 205.11 -
System Red Green Blue C M Y K H S L
Decimal 168 12 23 0 0.93 0.86 0.34 355.77 0.87 0.35
Hex A8 C 17 0 5D 56 22 164 57 23
Octal 250 14 27 0 135 126 42 544 127 43
Binary 10101000 1100 10111 0 1011101 1010110 100010 101100100 1010111 100011

Color Harmonies of #A80C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80C17

Black with #A80C17

Text Example


Text Example

White with #A80C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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