Html Css Color HEX #A20323 Carmine

📋 copy color: '#A20323'

red 162 ◦ green 3 ◦ blue 35

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

Shades of Carmine #A20323

Tints of Carmine #A20323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 17.5%

R = 81%
G = 1.5%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A20323 (or 0xA20323) is known color: Carmine. HEX triplet: A2, 03 and 23. RGB value is (162,3,35). Sum of RGB (Red+Green+Blue) = 162+3+35=200 (26% of max value = 765). Red value is 162 (63.67% from 255 or 81% from 200); Green value is 3 (1.56% from 255 or 1.5% from 200); Blue value is 35 (14.06% from 255 or 17.5% from 200); Max value from RGB is 162 - color contains mainly: red. Hex color #A20323 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20323 is #5DFCDC. Grayscale: #363636. Windows color (decimal): -6159581 or 2294690. OLE color: 2294690.

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

Color convert

RGB 162 3 35 -
CMYK 0 0.98 0.78 0.36
HSL 347.92º 0.96% 0.32% -
HSV(B) 347.92º 0.98% 0.64% -
XYZ 15.24 7.87 2.31 -
YUV 54.19 117.18 204.9 -
System Red Green Blue C M Y K H S L
Decimal 162 3 35 0 0.98 0.78 0.36 347.92 0.96 0.32
Hex A2 3 23 0 62 4E 24 15C 60 20
Octal 242 3 43 0 142 116 44 534 140 40
Binary 10100010 11 100011 0 1100010 1001110 100100 101011100 1100000 100000

Color Harmonies of #A20323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20323

Black with #A20323

Text Example


Text Example

White with #A20323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20323; }

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

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

background-color css

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

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

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

border-color css

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

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

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