Html Css Color HEX #A20613 Carmine

📋 copy color: '#A20613'

red 162 ◦ green 6 ◦ blue 19

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

Shades of Carmine #A20613

Tints of Carmine #A20613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.16%

R = 86.63%
G = 3.21%
B = 10.16%

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

#A20613 (or 0xA20613) is known color: Carmine. HEX triplet: A2, 06 and 13. RGB value is (162,6,19). Sum of RGB (Red+Green+Blue) = 162+6+19=187 (24% of max value = 765). Red value is 162 (63.67% from 255 or 86.63% from 187); Green value is 6 (2.73% from 255 or 3.21% from 187); Blue value is 19 (7.81% from 255 or 10.16% from 187); Max value from RGB is 162 - color contains mainly: red. Hex color #A20613 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20613 is #5DF9EC. Grayscale: #363636. Windows color (decimal): -6158829 or 1246882. OLE color: 1246882.

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

Color convert

RGB 162 6 19 -
CMYK 0 0.96 0.88 0.36
HSL 355º 0.93% 0.33% -
HSV(B) 355º 0.96% 0.64% -
XYZ 15.08 7.86 1.34 -
YUV 54.13 108.18 204.94 -
System Red Green Blue C M Y K H S L
Decimal 162 6 19 0 0.96 0.88 0.36 355 0.93 0.33
Hex A2 6 13 0 60 58 24 163 5D 21
Octal 242 6 23 0 140 130 44 543 135 41
Binary 10100010 110 10011 0 1100000 1011000 100100 101100011 1011101 100001

Color Harmonies of #A20613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20613

Black with #A20613

Text Example


Text Example

White with #A20613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20613; }

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

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

background-color css

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

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

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

border-color css

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

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

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