Html Css Color HEX #A50524 Carmine

📋 copy color: '#A50524'

red 165 ◦ green 5 ◦ blue 36

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

Shades of Carmine #A50524

Tints of Carmine #A50524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 17.48%

R = 80.1%
G = 2.43%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A50524 (or 0xA50524) is known color: Carmine. HEX triplet: A5, 05 and 24. RGB value is (165,5,36). Sum of RGB (Red+Green+Blue) = 165+5+36=206 (27% of max value = 765). Red value is 165 (64.84% from 255 or 80.10% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 36 (14.45% from 255 or 17.48% from 206); Max value from RGB is 165 - color contains mainly: red. Hex color #A50524 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50524 is #5AFADB. Grayscale: #383838. Windows color (decimal): -5962460 or 2360741. OLE color: 2360741.

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

Color convert

RGB 165 5 36 -
CMYK 0 0.97 0.78 0.35
HSL 348.38º 0.94% 0.33% -
HSV(B) 348.38º 0.97% 0.65% -
XYZ 15.89 8.24 2.42 -
YUV 56.37 116.51 205.48 -
System Red Green Blue C M Y K H S L
Decimal 165 5 36 0 0.97 0.78 0.35 348.38 0.94 0.33
Hex A5 5 24 0 61 4E 23 15C 5E 21
Octal 245 5 44 0 141 116 43 534 136 41
Binary 10100101 101 100100 0 1100001 1001110 100011 101011100 1011110 100001

Color Harmonies of #A50524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50524

Black with #A50524

Text Example


Text Example

White with #A50524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50524; }

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

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

background-color css

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

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

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

border-color css

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

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

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