Html Css Color HEX #A20534 Carmine

📋 copy color: '#A20534'

red 162 ◦ green 5 ◦ blue 52

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

Shades of Carmine #A20534

Tints of Carmine #A20534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 23.74%

R = 73.97%
G = 2.28%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#A20534 (or 0xA20534) is known color: Carmine. HEX triplet: A2, 05 and 34. RGB value is (162,5,52). Sum of RGB (Red+Green+Blue) = 162+5+52=219 (29% of max value = 765). Red value is 162 (63.67% from 255 or 73.97% from 219); Green value is 5 (2.34% from 255 or 2.28% from 219); Blue value is 52 (20.70% from 255 or 23.74% from 219); Max value from RGB is 162 - color contains mainly: red. Hex color #A20534 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20534 is #5DFACB. Grayscale: #393939. Windows color (decimal): -6159052 or 3409314. OLE color: 3409314.

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

Color convert

RGB 162 5 52 -
CMYK 0 0.97 0.68 0.36
HSL 342.04º 0.94% 0.33% -
HSV(B) 342.04º 0.97% 0.64% -
XYZ 15.57 8.04 3.98 -
YUV 57.3 125.01 202.68 -
System Red Green Blue C M Y K H S L
Decimal 162 5 52 0 0.97 0.68 0.36 342.04 0.94 0.33
Hex A2 5 34 0 61 44 24 156 5E 21
Octal 242 5 64 0 141 104 44 526 136 41
Binary 10100010 101 110100 0 1100001 1000100 100100 101010110 1011110 100001

Color Harmonies of #A20534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20534

Black with #A20534

Text Example


Text Example

White with #A20534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20534; }

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

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

background-color css

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

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

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

border-color css

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

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

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