Html Css Color HEX #A50511 Carmine

📋 copy color: '#A50511'

red 165 ◦ green 5 ◦ blue 17

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

Shades of Carmine #A50511

Tints of Carmine #A50511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 9.09%

R = 88.24%
G = 2.67%
B = 9.09%

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

#A50511 (or 0xA50511) is known color: Carmine. HEX triplet: A5, 05 and 11. RGB value is (165,5,17). Sum of RGB (Red+Green+Blue) = 165+5+17=187 (24% of max value = 765). Red value is 165 (64.84% from 255 or 88.24% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 17 (7.03% from 255 or 9.09% from 187); Max value from RGB is 165 - color contains mainly: red. Hex color #A50511 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50511 is #5AFAEE. Grayscale: #363636. Windows color (decimal): -5962479 or 1115557. OLE color: 1115557.

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

Color convert

RGB 165 5 17 -
CMYK 0 0.97 0.90 0.35
HSL 355.5º 0.94% 0.33% -
HSV(B) 355.5º 0.97% 0.65% -
XYZ 15.67 8.15 1.28 -
YUV 54.21 107.01 207.02 -
System Red Green Blue C M Y K H S L
Decimal 165 5 17 0 0.97 0.90 0.35 355.5 0.94 0.33
Hex A5 5 11 0 61 5A 23 164 5E 21
Octal 245 5 21 0 141 132 43 544 136 41
Binary 10100101 101 10001 0 1100001 1011010 100011 101100100 1011110 100001

Color Harmonies of #A50511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50511

Black with #A50511

Text Example


Text Example

White with #A50511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50511; }

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

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

background-color css

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

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

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

border-color css

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

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

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