Html Css Color HEX #A20031 Carmine

📋 copy color: '#A20031'

red 162 ◦ green 0 ◦ blue 49

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

Shades of Carmine #A20031

Tints of Carmine #A20031

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 76.78%
G = 0%
B = 23.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#A20031 (or 0xA20031) is known color: Carmine. HEX triplet: A2, 00 and 31. RGB value is (162,0,49). Sum of RGB (Red+Green+Blue) = 162+0+49=211 (27% of max value = 765). Red value is 162 (63.67% from 255 or 76.78% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 49 (19.53% from 255 or 23.22% from 211); Max value from RGB is 162 - color contains mainly: red. Hex color #A20031 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20031 is #5DFFCE. Grayscale: #353535. Windows color (decimal): -6160335 or 3211426. OLE color: 3211426.

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

Color convert

RGB 162 0 49 -
CMYK 0 1 0.70 0.36
HSL 341.85º 1% 0.32% -
HSV(B) 341.85º 1% 0.64% -
XYZ 15.45 7.9 3.62 -
YUV 54.02 125.17 205.02 -
System Red Green Blue C M Y K H S L
Decimal 162 0 49 0 1 0.70 0.36 341.85 1 0.32
Hex A2 0 31 0 64 46 24 156 64 20
Octal 242 0 61 0 144 106 44 526 144 40
Binary 10100010 0 110001 0 1100100 1000110 100100 101010110 1100100 100000

Color Harmonies of #A20031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20031

Black with #A20031

Text Example


Text Example

White with #A20031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20031; }

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

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

background-color css

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

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

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

border-color css

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

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

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