Html Css Color HEX #A20231 Carmine

📋 copy color: '#A20231'

red 162 ◦ green 2 ◦ blue 49

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

Shades of Carmine #A20231

Tints of Carmine #A20231

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.94%

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

R = 76.06%
G = 0.94%
B = 23%

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

#A20231 (or 0xA20231) is known color: Carmine. HEX triplet: A2, 02 and 31. RGB value is (162,2,49). Sum of RGB (Red+Green+Blue) = 162+2+49=213 (28% of max value = 765). Red value is 162 (63.67% from 255 or 76.06% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 49 (19.53% from 255 or 23.00% from 213); Max value from RGB is 162 - color contains mainly: red. Hex color #A20231 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20231 is #5DFDCE. Grayscale: #373737. Windows color (decimal): -6159823 or 3211938. OLE color: 3211938.

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

Color convert

RGB 162 2 49 -
CMYK 0 0.99 0.70 0.36
HSL 342.38º 0.98% 0.32% -
HSV(B) 342.38º 0.99% 0.64% -
XYZ 15.48 7.95 3.62 -
YUV 55.2 124.51 204.18 -
System Red Green Blue C M Y K H S L
Decimal 162 2 49 0 0.99 0.70 0.36 342.38 0.98 0.32
Hex A2 2 31 0 63 46 24 156 62 20
Octal 242 2 61 0 143 106 44 526 142 40
Binary 10100010 10 110001 0 1100011 1000110 100100 101010110 1100010 100000

Color Harmonies of #A20231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20231

Black with #A20231

Text Example


Text Example

White with #A20231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20231; }

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

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

background-color css

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

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

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

border-color css

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

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

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