Html Css Color HEX #A50510 Carmine

📋 copy color: '#A50510'

red 165 ◦ green 5 ◦ blue 16

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

Shades of Carmine #A50510

Tints of Carmine #A50510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.6%

R = 88.71%
G = 2.69%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A50510 (or 0xA50510) is known color: Carmine. HEX triplet: A5, 05 and 10. RGB value is (165,5,16). Sum of RGB (Red+Green+Blue) = 165+5+16=186 (24% of max value = 765). Red value is 165 (64.84% from 255 or 88.71% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 16 (6.64% from 255 or 8.60% from 186); Max value from RGB is 165 - color contains mainly: red. Hex color #A50510 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50510 is #5AFAEF. Grayscale: #363636. Windows color (decimal): -5962480 or 1050021. OLE color: 1050021.

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

Color convert

RGB 165 5 16 -
CMYK 0 0.97 0.90 0.35
HSL 355.88º 0.94% 0.33% -
HSV(B) 355.88º 0.97% 0.65% -
XYZ 15.66 8.15 1.24 -
YUV 54.09 106.51 207.11 -
System Red Green Blue C M Y K H S L
Decimal 165 5 16 0 0.97 0.90 0.35 355.88 0.94 0.33
Hex A5 5 10 0 61 5A 23 164 5E 21
Octal 245 5 20 0 141 132 43 544 136 41
Binary 10100101 101 10000 0 1100001 1011010 100011 101100100 1011110 100001

Color Harmonies of #A50510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50510

Black with #A50510

Text Example


Text Example

White with #A50510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50510; }

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

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

background-color css

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

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

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

border-color css

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

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

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