Html Css Color HEX #A20037 Carmine

📋 copy color: '#A20037'

red 162 ◦ green 0 ◦ blue 55

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

Shades of Carmine #A20037

Tints of Carmine #A20037

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 55 (21.88% from 255) = 25.35%

R = 74.65%
G = 0%
B = 25.35%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A20037 (or 0xA20037) is known color: Carmine. HEX triplet: A2, 00 and 37. RGB value is (162,0,55). Sum of RGB (Red+Green+Blue) = 162+0+55=217 (28% of max value = 765). Red value is 162 (63.67% from 255 or 74.65% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 55 (21.88% from 255 or 25.35% from 217); Max value from RGB is 162 - color contains mainly: red. Hex color #A20037 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20037 is #5DFFC8. Grayscale: #363636. Windows color (decimal): -6160329 or 3604642. OLE color: 3604642.

HSL color Cylindrical-coordinate representation of color #A20037: hue angle of 339.63º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A20037 is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 0 55 -
CMYK 0 1 0.66 0.36
HSL 339.63º 1% 0.32% -
HSV(B) 339.63º 1% 0.64% -
XYZ 15.59 7.96 4.33 -
YUV 54.71 128.17 204.53 -
System Red Green Blue C M Y K H S L
Decimal 162 0 55 0 1 0.66 0.36 339.63 1 0.32
Hex A2 0 37 0 64 42 24 154 64 20
Octal 242 0 67 0 144 102 44 524 144 40
Binary 10100010 0 110111 0 1100100 1000010 100100 101010100 1100100 100000

Color Harmonies of #A20037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20037

Black with #A20037

Text Example


Text Example

White with #A20037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20037; }

 p { color: rgb(162,0,55); }

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

background-color css

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

 a { background-color: rgb(162,0,55); }

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

border-color css

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

 span { border-color: rgb(162,0,55); }

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