Html Css Color HEX #A20137 Carmine

📋 copy color: '#A20137'

red 162 ◦ green 1 ◦ blue 55

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

Shades of Carmine #A20137

Tints of Carmine #A20137

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

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

R = 74.31%
G = 0.46%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A20137 (or 0xA20137) is known color: Carmine. HEX triplet: A2, 01 and 37. RGB value is (162,1,55). Sum of RGB (Red+Green+Blue) = 162+1+55=218 (28% of max value = 765). Red value is 162 (63.67% from 255 or 74.31% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 55 (21.88% from 255 or 25.23% from 218); Max value from RGB is 162 - color contains mainly: red. Hex color #A20137 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20137 is #5DFEC8. Grayscale: #373737. Windows color (decimal): -6160073 or 3604898. OLE color: 3604898.

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

Color convert

RGB 162 1 55 -
CMYK 0 0.99 0.66 0.36
HSL 339.88º 0.99% 0.32% -
HSV(B) 339.88º 0.99% 0.64% -
XYZ 15.6 7.98 4.33 -
YUV 55.3 127.84 204.11 -
System Red Green Blue C M Y K H S L
Decimal 162 1 55 0 0.99 0.66 0.36 339.88 0.99 0.32
Hex A2 1 37 0 63 42 24 154 63 20
Octal 242 1 67 0 143 102 44 524 143 40
Binary 10100010 1 110111 0 1100011 1000010 100100 101010100 1100011 100000

Color Harmonies of #A20137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20137

Black with #A20137

Text Example


Text Example

White with #A20137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20137; }

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

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

background-color css

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

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

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

border-color css

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

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

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