Html Css Color HEX #A20239 Carmine

📋 copy color: '#A20239'

red 162 ◦ green 2 ◦ blue 57

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

Shades of Carmine #A20239

Tints of Carmine #A20239

RGB

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

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

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

R = 73.3%
G = 0.9%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A20239 (or 0xA20239) is known color: Carmine. HEX triplet: A2, 02 and 39. RGB value is (162,2,57). Sum of RGB (Red+Green+Blue) = 162+2+57=221 (29% of max value = 765). Red value is 162 (63.67% from 255 or 73.30% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 57 (22.66% from 255 or 25.79% from 221); Max value from RGB is 162 - color contains mainly: red. Hex color #A20239 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20239 is #5DFDC6. Grayscale: #383838. Windows color (decimal): -6159815 or 3736226. OLE color: 3736226.

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

Color convert

RGB 162 2 57 -
CMYK 0 0.99 0.65 0.36
HSL 339.38º 0.98% 0.32% -
HSV(B) 339.38º 0.99% 0.64% -
XYZ 15.66 8.02 4.59 -
YUV 56.11 128.51 203.53 -
System Red Green Blue C M Y K H S L
Decimal 162 2 57 0 0.99 0.65 0.36 339.38 0.98 0.32
Hex A2 2 39 0 63 41 24 153 62 20
Octal 242 2 71 0 143 101 44 523 142 40
Binary 10100010 10 111001 0 1100011 1000001 100100 101010011 1100010 100000

Color Harmonies of #A20239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20239

Black with #A20239

Text Example


Text Example

White with #A20239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20239; }

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

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

background-color css

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

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

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

border-color css

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

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

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