Html Css Color HEX #A80914 Carmine

📋 copy color: '#A80914'

red 168 ◦ green 9 ◦ blue 20

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

Shades of Carmine #A80914

Tints of Carmine #A80914

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.57%

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

R = 85.28%
G = 4.57%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#A80914 (or 0xA80914) is known color: Carmine. HEX triplet: A8, 09 and 14. RGB value is (168,9,20). Sum of RGB (Red+Green+Blue) = 168+9+20=197 (26% of max value = 765). Red value is 168 (66.02% from 255 or 85.28% from 197); Green value is 9 (3.91% from 255 or 4.57% from 197); Blue value is 20 (8.20% from 255 or 10.15% from 197); Max value from RGB is 168 - color contains mainly: red. Hex color #A80914 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80914 is #57F6EB. Grayscale: #393939. Windows color (decimal): -5764844 or 1313192. OLE color: 1313192.

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

Color convert

RGB 168 9 20 -
CMYK 0 0.95 0.88 0.34
HSL 355.85º 0.9% 0.35% -
HSV(B) 355.85º 0.95% 0.66% -
XYZ 16.37 8.57 1.45 -
YUV 57.8 106.68 206.61 -
System Red Green Blue C M Y K H S L
Decimal 168 9 20 0 0.95 0.88 0.34 355.85 0.9 0.35
Hex A8 9 14 0 5F 58 22 164 5A 23
Octal 250 11 24 0 137 130 42 544 132 43
Binary 10101000 1001 10100 0 1011111 1011000 100010 101100100 1011010 100011

Color Harmonies of #A80914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80914

Black with #A80914

Text Example


Text Example

White with #A80914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80914; }

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

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

background-color css

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

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

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

border-color css

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

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

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