Html Css Color HEX #A20437 Carmine

📋 copy color: '#A20437'

red 162 ◦ green 4 ◦ blue 55

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

Shades of Carmine #A20437

Tints of Carmine #A20437

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.81%

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

R = 73.3%
G = 1.81%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A20437 (or 0xA20437) is known color: Carmine. HEX triplet: A2, 04 and 37. RGB value is (162,4,55). Sum of RGB (Red+Green+Blue) = 162+4+55=221 (29% of max value = 765). Red value is 162 (63.67% from 255 or 73.30% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 55 (21.88% from 255 or 24.89% from 221); Max value from RGB is 162 - color contains mainly: red. Hex color #A20437 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20437 is #5DFBC8. Grayscale: #393939. Windows color (decimal): -6159305 or 3605666. OLE color: 3605666.

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

Color convert

RGB 162 4 55 -
CMYK 0 0.98 0.66 0.36
HSL 340.63º 0.95% 0.33% -
HSV(B) 340.63º 0.98% 0.64% -
XYZ 15.63 8.04 4.34 -
YUV 57.06 126.85 202.85 -
System Red Green Blue C M Y K H S L
Decimal 162 4 55 0 0.98 0.66 0.36 340.63 0.95 0.33
Hex A2 4 37 0 62 42 24 155 5F 21
Octal 242 4 67 0 142 102 44 525 137 41
Binary 10100010 100 110111 0 1100010 1000010 100100 101010101 1011111 100001

Color Harmonies of #A20437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20437

Black with #A20437

Text Example


Text Example

White with #A20437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20437; }

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

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

background-color css

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

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

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

border-color css

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

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

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