Html Css Color HEX #A50011 Carmine

📋 copy color: '#A50011'

red 165 ◦ green 0 ◦ blue 17

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

Shades of Carmine #A50011

Tints of Carmine #A50011

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 90.66%
G = 0%
B = 9.34%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A50011 (or 0xA50011) is known color: Carmine. HEX triplet: A5, 00 and 11. RGB value is (165,0,17). Sum of RGB (Red+Green+Blue) = 165+0+17=182 (24% of max value = 765). Red value is 165 (64.84% from 255 or 90.66% from 182); Green value is 0 (0.39% from 255 or 0% from 182); Blue value is 17 (7.03% from 255 or 9.34% from 182); Max value from RGB is 165 - color contains mainly: red. Hex color #A50011 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50011 is #5AFFEE. Grayscale: #333333. Windows color (decimal): -5963759 or 1114277. OLE color: 1114277.

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

Color convert

RGB 165 0 17 -
CMYK 0 1 0.90 0.35
HSL 353.82º 1% 0.32% -
HSV(B) 353.82º 1% 0.65% -
XYZ 15.62 8.04 1.26 -
YUV 51.27 108.66 209.12 -
System Red Green Blue C M Y K H S L
Decimal 165 0 17 0 1 0.90 0.35 353.82 1 0.32
Hex A5 0 11 0 64 5A 23 162 64 20
Octal 245 0 21 0 144 132 43 542 144 40
Binary 10100101 0 10001 0 1100100 1011010 100011 101100010 1100100 100000

Color Harmonies of #A50011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50011

Black with #A50011

Text Example


Text Example

White with #A50011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50011; }

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

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

background-color css

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

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

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

border-color css

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

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

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