Html Css Color HEX #A20527 Carmine

📋 copy color: '#A20527'

red 162 ◦ green 5 ◦ blue 39

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

Shades of Carmine #A20527

Tints of Carmine #A20527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 18.93%

R = 78.64%
G = 2.43%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#A20527 (or 0xA20527) is known color: Carmine. HEX triplet: A2, 05 and 27. RGB value is (162,5,39). Sum of RGB (Red+Green+Blue) = 162+5+39=206 (27% of max value = 765). Red value is 162 (63.67% from 255 or 78.64% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 39 (15.62% from 255 or 18.93% from 206); Max value from RGB is 162 - color contains mainly: red. Hex color #A20527 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20527 is #5DFAD8. Grayscale: #373737. Windows color (decimal): -6159065 or 2557346. OLE color: 2557346.

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

Color convert

RGB 162 5 39 -
CMYK 0 0.97 0.76 0.36
HSL 347.01º 0.94% 0.33% -
HSV(B) 347.01º 0.97% 0.64% -
XYZ 15.32 7.94 2.64 -
YUV 55.82 118.51 203.74 -
System Red Green Blue C M Y K H S L
Decimal 162 5 39 0 0.97 0.76 0.36 347.01 0.94 0.33
Hex A2 5 27 0 61 4C 24 15B 5E 21
Octal 242 5 47 0 141 114 44 533 136 41
Binary 10100010 101 100111 0 1100001 1001100 100100 101011011 1011110 100001

Color Harmonies of #A20527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20527

Black with #A20527

Text Example


Text Example

White with #A20527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20527; }

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

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

background-color css

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

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

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

border-color css

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

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

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