Html Css Color HEX #A20132 Carmine

📋 copy color: '#A20132'

red 162 ◦ green 1 ◦ blue 50

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

Shades of Carmine #A20132

Tints of Carmine #A20132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 23.47%

R = 76.06%
G = 0.47%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A20132 (or 0xA20132) is known color: Carmine. HEX triplet: A2, 01 and 32. RGB value is (162,1,50). Sum of RGB (Red+Green+Blue) = 162+1+50=213 (28% of max value = 765). Red value is 162 (63.67% from 255 or 76.06% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 50 (19.92% from 255 or 23.47% from 213); Max value from RGB is 162 - color contains mainly: red. Hex color #A20132 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20132 is #5DFECD. Grayscale: #363636. Windows color (decimal): -6160078 or 3277218. OLE color: 3277218.

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

Color convert

RGB 162 1 50 -
CMYK 0 0.99 0.69 0.36
HSL 341.74º 0.99% 0.32% -
HSV(B) 341.74º 0.99% 0.64% -
XYZ 15.49 7.93 3.73 -
YUV 54.73 125.34 204.52 -
System Red Green Blue C M Y K H S L
Decimal 162 1 50 0 0.99 0.69 0.36 341.74 0.99 0.32
Hex A2 1 32 0 63 45 24 156 63 20
Octal 242 1 62 0 143 105 44 526 143 40
Binary 10100010 1 110010 0 1100011 1000101 100100 101010110 1100011 100000

Color Harmonies of #A20132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20132

Black with #A20132

Text Example


Text Example

White with #A20132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20132; }

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

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

background-color css

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

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

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

border-color css

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

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

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