Html Css Color HEX #A50A11 Carmine

📋 copy color: '#A50A11'

red 165 ◦ green 10 ◦ blue 17

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

Shades of Carmine #A50A11

Tints of Carmine #A50A11

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.21%

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

R = 85.94%
G = 5.21%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A50A11 (or 0xA50A11) is known color: Carmine. HEX triplet: A5, 0A and 11. RGB value is (165,10,17). Sum of RGB (Red+Green+Blue) = 165+10+17=192 (25% of max value = 765). Red value is 165 (64.84% from 255 or 85.94% from 192); Green value is 10 (4.30% from 255 or 5.21% from 192); Blue value is 17 (7.03% from 255 or 8.85% from 192); Max value from RGB is 165 - color contains mainly: red. Hex color #A50A11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50A11 is #5AF5EE. Grayscale: #393939. Windows color (decimal): -5961199 or 1116837. OLE color: 1116837.

HSL color Cylindrical-coordinate representation of color #A50A11: hue angle of 357.29º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A50A11 is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 10 17 -
CMYK 0 0.94 0.90 0.35
HSL 357.29º 0.89% 0.34% -
HSV(B) 357.29º 0.94% 0.65% -
XYZ 15.73 8.26 1.3 -
YUV 57.14 105.35 204.93 -
System Red Green Blue C M Y K H S L
Decimal 165 10 17 0 0.94 0.90 0.35 357.29 0.89 0.34
Hex A5 A 11 0 5E 5A 23 165 59 22
Octal 245 12 21 0 136 132 43 545 131 42
Binary 10100101 1010 10001 0 1011110 1011010 100011 101100101 1011001 100010

Color Harmonies of #A50A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50A11

Black with #A50A11

Text Example


Text Example

White with #A50A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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