Html Css Color HEX #A50E11 Carmine

📋 copy color: '#A50E11'

red 165 ◦ green 14 ◦ blue 17

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

Shades of Carmine #A50E11

Tints of Carmine #A50E11

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.14%

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

R = 84.18%
G = 7.14%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A50E11 (or 0xA50E11) is known color: Carmine. HEX triplet: A5, 0E and 11. RGB value is (165,14,17). Sum of RGB (Red+Green+Blue) = 165+14+17=196 (25% of max value = 765). Red value is 165 (64.84% from 255 or 84.18% from 196); Green value is 14 (5.86% from 255 or 7.14% from 196); Blue value is 17 (7.03% from 255 or 8.67% from 196); Max value from RGB is 165 - color contains mainly: red. Hex color #A50E11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50E11 is #5AF1EE. Grayscale: #3B3B3B. Windows color (decimal): -5960175 or 1117861. OLE color: 1117861.

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

Color convert

RGB 165 14 17 -
CMYK 0 0.92 0.90 0.35
HSL 358.81º 0.84% 0.35% -
HSV(B) 358.81º 0.92% 0.65% -
XYZ 15.78 8.35 1.31 -
YUV 59.49 104.03 203.26 -
System Red Green Blue C M Y K H S L
Decimal 165 14 17 0 0.92 0.90 0.35 358.81 0.84 0.35
Hex A5 E 11 0 5C 5A 23 167 54 23
Octal 245 16 21 0 134 132 43 547 124 43
Binary 10100101 1110 10001 0 1011100 1011010 100011 101100111 1010100 100011

Color Harmonies of #A50E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50E11

Black with #A50E11

Text Example


Text Example

White with #A50E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50E11; }

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

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

background-color css

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

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

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

border-color css

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

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

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