Html Css Color HEX #A50521 Carmine

📋 copy color: '#A50521'

red 165 ◦ green 5 ◦ blue 33

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

Shades of Carmine #A50521

Tints of Carmine #A50521

RGB

 RED value IS 165 (64.84% from 255) = 81.28%

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

 BLUE value IS 33 (13.28% from 255) = 16.26%

R = 81.28%
G = 2.46%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.8

 K value IS 0.35

RGB Variations

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

Color information

#A50521 (or 0xA50521) is known color: Carmine. HEX triplet: A5, 05 and 21. RGB value is (165,5,33). Sum of RGB (Red+Green+Blue) = 165+5+33=203 (26% of max value = 765). Red value is 165 (64.84% from 255 or 81.28% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 33 (13.28% from 255 or 16.26% from 203); Max value from RGB is 165 - color contains mainly: red. Hex color #A50521 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50521 is #5AFADE. Grayscale: #383838. Windows color (decimal): -5962463 or 2164133. OLE color: 2164133.

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

Color convert

RGB 165 5 33 -
CMYK 0 0.97 0.8 0.35
HSL 349.5º 0.94% 0.33% -
HSV(B) 349.5º 0.97% 0.65% -
XYZ 15.85 8.22 2.19 -
YUV 56.03 115.01 205.72 -
System Red Green Blue C M Y K H S L
Decimal 165 5 33 0 0.97 0.8 0.35 349.5 0.94 0.33
Hex A5 5 21 0 61 50 23 15E 5E 21
Octal 245 5 41 0 141 120 43 536 136 41
Binary 10100101 101 100001 0 1100001 1010000 100011 101011110 1011110 100001

Color Harmonies of #A50521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50521

Black with #A50521

Text Example


Text Example

White with #A50521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50521; }

 p { color: rgb(165,5,33); }

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

background-color css

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

 a { background-color: rgb(165,5,33); }

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

border-color css

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

 span { border-color: rgb(165,5,33); }

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