Html Css Color HEX #A50531 Carmine

📋 copy color: '#A50531'

red 165 ◦ green 5 ◦ blue 49

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

Shades of Carmine #A50531

Tints of Carmine #A50531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 22.37%

R = 75.34%
G = 2.28%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A50531 (or 0xA50531) is known color: Carmine. HEX triplet: A5, 05 and 31. RGB value is (165,5,49). Sum of RGB (Red+Green+Blue) = 165+5+49=219 (29% of max value = 765). Red value is 165 (64.84% from 255 or 75.34% from 219); Green value is 5 (2.34% from 255 or 2.28% from 219); Blue value is 49 (19.53% from 255 or 22.37% from 219); Max value from RGB is 165 - color contains mainly: red. Hex color #A50531 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50531 is #5AFACE. Grayscale: #393939. Windows color (decimal): -5962447 or 3212709. OLE color: 3212709.

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

Color convert

RGB 165 5 49 -
CMYK 0 0.97 0.70 0.35
HSL 343.5º 0.94% 0.33% -
HSV(B) 343.5º 0.97% 0.65% -
XYZ 16.13 8.33 3.66 -
YUV 57.86 123.01 204.42 -
System Red Green Blue C M Y K H S L
Decimal 165 5 49 0 0.97 0.70 0.35 343.5 0.94 0.33
Hex A5 5 31 0 61 46 23 158 5E 21
Octal 245 5 61 0 141 106 43 530 136 41
Binary 10100101 101 110001 0 1100001 1000110 100011 101011000 1011110 100001

Color Harmonies of #A50531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50531

Black with #A50531

Text Example


Text Example

White with #A50531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50531; }

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

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

background-color css

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

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

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

border-color css

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

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

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