Html Css Color HEX #A80C14 Carmine

📋 copy color: '#A80C14'

red 168 ◦ green 12 ◦ blue 20

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

Shades of Carmine #A80C14

Tints of Carmine #A80C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10%

R = 84%
G = 6%
B = 10%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#A80C14 (or 0xA80C14) is known color: Carmine. HEX triplet: A8, 0C and 14. RGB value is (168,12,20). Sum of RGB (Red+Green+Blue) = 168+12+20=200 (26% of max value = 765). Red value is 168 (66.02% from 255 or 84% from 200); Green value is 12 (5.08% from 255 or 6% from 200); Blue value is 20 (8.20% from 255 or 10% from 200); Max value from RGB is 168 - color contains mainly: red. Hex color #A80C14 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80C14 is #57F3EB. Grayscale: #3B3B3B. Windows color (decimal): -5764076 or 1313960. OLE color: 1313960.

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

Color convert

RGB 168 12 20 -
CMYK 0 0.93 0.88 0.34
HSL 356.92º 0.87% 0.35% -
HSV(B) 356.92º 0.93% 0.66% -
XYZ 16.41 8.64 1.46 -
YUV 59.56 105.68 205.35 -
System Red Green Blue C M Y K H S L
Decimal 168 12 20 0 0.93 0.88 0.34 356.92 0.87 0.35
Hex A8 C 14 0 5D 58 22 165 57 23
Octal 250 14 24 0 135 130 42 545 127 43
Binary 10101000 1100 10100 0 1011101 1011000 100010 101100101 1010111 100011

Color Harmonies of #A80C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80C14

Black with #A80C14

Text Example


Text Example

White with #A80C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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