Html Css Color HEX #A20614 Carmine

📋 copy color: '#A20614'

red 162 ◦ green 6 ◦ blue 20

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

Shades of Carmine #A20614

Tints of Carmine #A20614

RGB

 RED value IS 162 (63.67% from 255) = 86.17%

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

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

R = 86.17%
G = 3.19%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A20614 (or 0xA20614) is known color: Carmine. HEX triplet: A2, 06 and 14. RGB value is (162,6,20). Sum of RGB (Red+Green+Blue) = 162+6+20=188 (24% of max value = 765). Red value is 162 (63.67% from 255 or 86.17% from 188); Green value is 6 (2.73% from 255 or 3.19% from 188); Blue value is 20 (8.20% from 255 or 10.64% from 188); Max value from RGB is 162 - color contains mainly: red. Hex color #A20614 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20614 is #5DF9EB. Grayscale: #363636. Windows color (decimal): -6158828 or 1312418. OLE color: 1312418.

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

Color convert

RGB 162 6 20 -
CMYK 0 0.96 0.88 0.36
HSL 354.62º 0.93% 0.33% -
HSV(B) 354.62º 0.96% 0.64% -
XYZ 15.09 7.86 1.38 -
YUV 54.24 108.68 204.86 -
System Red Green Blue C M Y K H S L
Decimal 162 6 20 0 0.96 0.88 0.36 354.62 0.93 0.33
Hex A2 6 14 0 60 58 24 163 5D 21
Octal 242 6 24 0 140 130 44 543 135 41
Binary 10100010 110 10100 0 1100000 1011000 100100 101100011 1011101 100001

Color Harmonies of #A20614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20614

Black with #A20614

Text Example


Text Example

White with #A20614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20614; }

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

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

background-color css

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

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

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

border-color css

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

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

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