Html Css Color HEX #A20737 Carmine

📋 copy color: '#A20737'

red 162 ◦ green 7 ◦ blue 55

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

Shades of Carmine #A20737

Tints of Carmine #A20737

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.13%

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

R = 72.32%
G = 3.13%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A20737 (or 0xA20737) is known color: Carmine. HEX triplet: A2, 07 and 37. RGB value is (162,7,55). Sum of RGB (Red+Green+Blue) = 162+7+55=224 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72.32% from 224); Green value is 7 (3.12% from 255 or 3.12% from 224); Blue value is 55 (21.88% from 255 or 24.55% from 224); Max value from RGB is 162 - color contains mainly: red. Hex color #A20737 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20737 is #5DF8C8. Grayscale: #3A3A3A. Windows color (decimal): -6158537 or 3606434. OLE color: 3606434.

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

Color convert

RGB 162 7 55 -
CMYK 0 0.96 0.66 0.36
HSL 341.42º 0.92% 0.33% -
HSV(B) 341.42º 0.96% 0.64% -
XYZ 15.67 8.11 4.35 -
YUV 58.82 125.85 201.6 -
System Red Green Blue C M Y K H S L
Decimal 162 7 55 0 0.96 0.66 0.36 341.42 0.92 0.33
Hex A2 7 37 0 60 42 24 155 5C 21
Octal 242 7 67 0 140 102 44 525 134 41
Binary 10100010 111 110111 0 1100000 1000010 100100 101010101 1011100 100001

Color Harmonies of #A20737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20737

Black with #A20737

Text Example


Text Example

White with #A20737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20737; }

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

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

background-color css

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

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

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

border-color css

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

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

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