Html Css Color HEX #A20525 Carmine

📋 copy color: '#A20525'

red 162 ◦ green 5 ◦ blue 37

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

Shades of Carmine #A20525

Tints of Carmine #A20525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 18.14%

R = 79.41%
G = 2.45%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A20525 (or 0xA20525) is known color: Carmine. HEX triplet: A2, 05 and 25. RGB value is (162,5,37). Sum of RGB (Red+Green+Blue) = 162+5+37=204 (27% of max value = 765). Red value is 162 (63.67% from 255 or 79.41% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 37 (14.84% from 255 or 18.14% from 204); Max value from RGB is 162 - color contains mainly: red. Hex color #A20525 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20525 is #5DFADA. Grayscale: #373737. Windows color (decimal): -6159067 or 2426274. OLE color: 2426274.

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

Color convert

RGB 162 5 37 -
CMYK 0 0.97 0.77 0.36
HSL 347.77º 0.94% 0.33% -
HSV(B) 347.77º 0.97% 0.64% -
XYZ 15.29 7.92 2.47 -
YUV 55.59 117.51 203.9 -
System Red Green Blue C M Y K H S L
Decimal 162 5 37 0 0.97 0.77 0.36 347.77 0.94 0.33
Hex A2 5 25 0 61 4D 24 15C 5E 21
Octal 242 5 45 0 141 115 44 534 136 41
Binary 10100010 101 100101 0 1100001 1001101 100100 101011100 1011110 100001

Color Harmonies of #A20525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20525

Black with #A20525

Text Example


Text Example

White with #A20525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20525; }

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

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

background-color css

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

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

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

border-color css

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

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

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