Html Css Color HEX #A20339 Carmine

📋 copy color: '#A20339'

red 162 ◦ green 3 ◦ blue 57

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

Shades of Carmine #A20339

Tints of Carmine #A20339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 25.68%

R = 72.97%
G = 1.35%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A20339 (or 0xA20339) is known color: Carmine. HEX triplet: A2, 03 and 39. RGB value is (162,3,57). Sum of RGB (Red+Green+Blue) = 162+3+57=222 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72.97% from 222); Green value is 3 (1.56% from 255 or 1.35% from 222); Blue value is 57 (22.66% from 255 or 25.68% from 222); Max value from RGB is 162 - color contains mainly: red. Hex color #A20339 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20339 is #5DFCC6. Grayscale: #383838. Windows color (decimal): -6159559 or 3736482. OLE color: 3736482.

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

Color convert

RGB 162 3 57 -
CMYK 0 0.98 0.65 0.36
HSL 339.62º 0.96% 0.32% -
HSV(B) 339.62º 0.98% 0.64% -
XYZ 15.67 8.04 4.6 -
YUV 56.7 128.18 203.11 -
System Red Green Blue C M Y K H S L
Decimal 162 3 57 0 0.98 0.65 0.36 339.62 0.96 0.32
Hex A2 3 39 0 62 41 24 154 60 20
Octal 242 3 71 0 142 101 44 524 140 40
Binary 10100010 11 111001 0 1100010 1000001 100100 101010100 1100000 100000

Color Harmonies of #A20339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20339

Black with #A20339

Text Example


Text Example

White with #A20339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20339; }

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

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

background-color css

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

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

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

border-color css

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

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

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