Html Css Color HEX #A50529 Carmine

📋 copy color: '#A50529'

red 165 ◦ green 5 ◦ blue 41

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

Shades of Carmine #A50529

Tints of Carmine #A50529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 19.43%

R = 78.2%
G = 2.37%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A50529 (or 0xA50529) is known color: Carmine. HEX triplet: A5, 05 and 29. RGB value is (165,5,41). Sum of RGB (Red+Green+Blue) = 165+5+41=211 (27% of max value = 765). Red value is 165 (64.84% from 255 or 78.20% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 41 (16.41% from 255 or 19.43% from 211); Max value from RGB is 165 - color contains mainly: red. Hex color #A50529 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50529 is #5AFAD6. Grayscale: #383838. Windows color (decimal): -5962455 or 2688421. OLE color: 2688421.

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

Color convert

RGB 165 5 41 -
CMYK 0 0.97 0.75 0.35
HSL 346.5º 0.94% 0.33% -
HSV(B) 346.5º 0.97% 0.65% -
XYZ 15.97 8.27 2.85 -
YUV 56.94 119.01 205.07 -
System Red Green Blue C M Y K H S L
Decimal 165 5 41 0 0.97 0.75 0.35 346.5 0.94 0.33
Hex A5 5 29 0 61 4B 23 15A 5E 21
Octal 245 5 51 0 141 113 43 532 136 41
Binary 10100101 101 101001 0 1100001 1001011 100011 101011010 1011110 100001

Color Harmonies of #A50529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50529

Black with #A50529

Text Example


Text Example

White with #A50529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50529; }

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

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

background-color css

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

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

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

border-color css

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

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

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