Html Css Color HEX #A20331 Carmine

📋 copy color: '#A20331'

red 162 ◦ green 3 ◦ blue 49

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

Shades of Carmine #A20331

Tints of Carmine #A20331

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.4%

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

R = 75.7%
G = 1.4%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#A20331 (or 0xA20331) is known color: Carmine. HEX triplet: A2, 03 and 31. RGB value is (162,3,49). Sum of RGB (Red+Green+Blue) = 162+3+49=214 (28% of max value = 765). Red value is 162 (63.67% from 255 or 75.70% from 214); Green value is 3 (1.56% from 255 or 1.40% from 214); Blue value is 49 (19.53% from 255 or 22.90% from 214); Max value from RGB is 162 - color contains mainly: red. Hex color #A20331 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20331 is #5DFCCE. Grayscale: #373737. Windows color (decimal): -6159567 or 3212194. OLE color: 3212194.

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

Color convert

RGB 162 3 49 -
CMYK 0 0.98 0.70 0.36
HSL 342.64º 0.96% 0.32% -
HSV(B) 342.64º 0.98% 0.64% -
XYZ 15.49 7.97 3.63 -
YUV 55.79 124.18 203.76 -
System Red Green Blue C M Y K H S L
Decimal 162 3 49 0 0.98 0.70 0.36 342.64 0.96 0.32
Hex A2 3 31 0 62 46 24 157 60 20
Octal 242 3 61 0 142 106 44 527 140 40
Binary 10100010 11 110001 0 1100010 1000110 100100 101010111 1100000 100000

Color Harmonies of #A20331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20331

Black with #A20331

Text Example


Text Example

White with #A20331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20331; }

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

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

background-color css

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

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

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

border-color css

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

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

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