Html Css Color HEX #A20533 Carmine

📋 copy color: '#A20533'

red 162 ◦ green 5 ◦ blue 51

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

Shades of Carmine #A20533

Tints of Carmine #A20533

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.29%

 BLUE value IS 51 (20.31% from 255) = 23.39%

R = 74.31%
G = 2.29%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A20533 (or 0xA20533) is known color: Carmine. HEX triplet: A2, 05 and 33. RGB value is (162,5,51). Sum of RGB (Red+Green+Blue) = 162+5+51=218 (28% of max value = 765). Red value is 162 (63.67% from 255 or 74.31% from 218); Green value is 5 (2.34% from 255 or 2.29% from 218); Blue value is 51 (20.31% from 255 or 23.39% from 218); Max value from RGB is 162 - color contains mainly: red. Hex color #A20533 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20533 is #5DFACC. Grayscale: #393939. Windows color (decimal): -6159053 or 3343778. OLE color: 3343778.

HSL color Cylindrical-coordinate representation of color #A20533: hue angle of 342.42º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A20533 is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 5 51 -
CMYK 0 0.97 0.69 0.36
HSL 342.42º 0.94% 0.33% -
HSV(B) 342.42º 0.97% 0.64% -
XYZ 15.55 8.03 3.86 -
YUV 57.19 124.51 202.76 -
System Red Green Blue C M Y K H S L
Decimal 162 5 51 0 0.97 0.69 0.36 342.42 0.94 0.33
Hex A2 5 33 0 61 45 24 156 5E 21
Octal 242 5 63 0 141 105 44 526 136 41
Binary 10100010 101 110011 0 1100001 1000101 100100 101010110 1011110 100001

Color Harmonies of #A20533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20533

Black with #A20533

Text Example


Text Example

White with #A20533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20533; }

 p { color: rgb(162,5,51); }

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

background-color css

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

 a { background-color: rgb(162,5,51); }

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

border-color css

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

 span { border-color: rgb(162,5,51); }

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