Html Css Color HEX #A80614 Carmine

📋 copy color: '#A80614'

red 168 ◦ green 6 ◦ blue 20

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

Shades of Carmine #A80614

Tints of Carmine #A80614

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.09%

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

R = 86.6%
G = 3.09%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#A80614 (or 0xA80614) is known color: Carmine. HEX triplet: A8, 06 and 14. RGB value is (168,6,20). Sum of RGB (Red+Green+Blue) = 168+6+20=194 (25% of max value = 765). Red value is 168 (66.02% from 255 or 86.60% from 194); Green value is 6 (2.73% from 255 or 3.09% from 194); Blue value is 20 (8.20% from 255 or 10.31% from 194); Max value from RGB is 168 - color contains mainly: red. Hex color #A80614 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80614 is #57F9EB. Grayscale: #383838. Windows color (decimal): -5765612 or 1312424. OLE color: 1312424.

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

Color convert

RGB 168 6 20 -
CMYK 0 0.96 0.88 0.34
HSL 354.81º 0.93% 0.34% -
HSV(B) 354.81º 0.96% 0.66% -
XYZ 16.34 8.51 1.44 -
YUV 56.03 107.67 207.86 -
System Red Green Blue C M Y K H S L
Decimal 168 6 20 0 0.96 0.88 0.34 354.81 0.93 0.34
Hex A8 6 14 0 60 58 22 163 5D 22
Octal 250 6 24 0 140 130 42 543 135 42
Binary 10101000 110 10100 0 1100000 1011000 100010 101100011 1011101 100010

Color Harmonies of #A80614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80614

Black with #A80614

Text Example


Text Example

White with #A80614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80614; }

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

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

background-color css

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

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

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

border-color css

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

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

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