Html Css Color HEX #A20131 Carmine

📋 copy color: '#A20131'

red 162 ◦ green 1 ◦ blue 49

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

Shades of Carmine #A20131

Tints of Carmine #A20131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 23.11%

R = 76.42%
G = 0.47%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#A20131 (or 0xA20131) is known color: Carmine. HEX triplet: A2, 01 and 31. RGB value is (162,1,49). Sum of RGB (Red+Green+Blue) = 162+1+49=212 (28% of max value = 765). Red value is 162 (63.67% from 255 or 76.42% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 49 (19.53% from 255 or 23.11% from 212); Max value from RGB is 162 - color contains mainly: red. Hex color #A20131 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20131 is #5DFECE. Grayscale: #363636. Windows color (decimal): -6160079 or 3211682. OLE color: 3211682.

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

Color convert

RGB 162 1 49 -
CMYK 0 0.99 0.70 0.36
HSL 342.11º 0.99% 0.32% -
HSV(B) 342.11º 0.99% 0.64% -
XYZ 15.47 7.92 3.62 -
YUV 54.61 124.84 204.6 -
System Red Green Blue C M Y K H S L
Decimal 162 1 49 0 0.99 0.70 0.36 342.11 0.99 0.32
Hex A2 1 31 0 63 46 24 156 63 20
Octal 242 1 61 0 143 106 44 526 143 40
Binary 10100010 1 110001 0 1100011 1000110 100100 101010110 1100011 100000

Color Harmonies of #A20131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20131

Black with #A20131

Text Example


Text Example

White with #A20131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20131; }

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

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

background-color css

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

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

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

border-color css

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

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

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