Html Css Color HEX #A51116 Carmine

📋 copy color: '#A51116'

red 165 ◦ green 17 ◦ blue 22

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

Shades of Carmine #A51116

Tints of Carmine #A51116

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.33%

 BLUE value IS 22 (8.98% from 255) = 10.78%

R = 80.88%
G = 8.33%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A51116 (or 0xA51116) is known color: Carmine. HEX triplet: A5, 11 and 16. RGB value is (165,17,22). Sum of RGB (Red+Green+Blue) = 165+17+22=204 (27% of max value = 765). Red value is 165 (64.84% from 255 or 80.88% from 204); Green value is 17 (7.03% from 255 or 8.33% from 204); Blue value is 22 (8.98% from 255 or 10.78% from 204); Max value from RGB is 165 - color contains mainly: red. Hex color #A51116 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A51116 is #5AEEE9. Grayscale: #3D3D3D. Windows color (decimal): -5959402 or 1446309. OLE color: 1446309.

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

Color convert

RGB 165 17 22 -
CMYK 0 0.90 0.87 0.35
HSL 357.97º 0.81% 0.36% -
HSV(B) 357.97º 0.9% 0.65% -
XYZ 15.86 8.46 1.56 -
YUV 61.82 105.53 201.59 -
System Red Green Blue C M Y K H S L
Decimal 165 17 22 0 0.90 0.87 0.35 357.97 0.81 0.36
Hex A5 11 16 0 5A 57 23 166 51 24
Octal 245 21 26 0 132 127 43 546 121 44
Binary 10100101 10001 10110 0 1011010 1010111 100011 101100110 1010001 100100

Color Harmonies of #A51116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51116

Black with #A51116

Text Example


Text Example

White with #A51116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51116; }

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

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

background-color css

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

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

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

border-color css

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

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

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