Html Css Color HEX #A50535 Carmine

📋 copy color: '#A50535'

red 165 ◦ green 5 ◦ blue 53

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

Shades of Carmine #A50535

Tints of Carmine #A50535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 23.77%

R = 73.99%
G = 2.24%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A50535 (or 0xA50535) is known color: Carmine. HEX triplet: A5, 05 and 35. RGB value is (165,5,53). Sum of RGB (Red+Green+Blue) = 165+5+53=223 (29% of max value = 765). Red value is 165 (64.84% from 255 or 73.99% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 53 (21.09% from 255 or 23.77% from 223); Max value from RGB is 165 - color contains mainly: red. Hex color #A50535 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50535 is #5AFACA. Grayscale: #3A3A3A. Windows color (decimal): -5962443 or 3474853. OLE color: 3474853.

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

Color convert

RGB 165 5 53 -
CMYK 0 0.97 0.68 0.35
HSL 342º 0.94% 0.33% -
HSV(B) 342º 0.97% 0.65% -
XYZ 16.21 8.36 4.13 -
YUV 58.31 125.01 204.1 -
System Red Green Blue C M Y K H S L
Decimal 165 5 53 0 0.97 0.68 0.35 342 0.94 0.33
Hex A5 5 35 0 61 44 23 156 5E 21
Octal 245 5 65 0 141 104 43 526 136 41
Binary 10100101 101 110101 0 1100001 1000100 100011 101010110 1011110 100001

Color Harmonies of #A50535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50535

Black with #A50535

Text Example


Text Example

White with #A50535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50535; }

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

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

background-color css

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

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

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

border-color css

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

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

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