Html Css Color HEX #A51112 Carmine

📋 copy color: '#A51112'

red 165 ◦ green 17 ◦ blue 18

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

Shades of Carmine #A51112

Tints of Carmine #A51112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9%

R = 82.5%
G = 8.5%
B = 9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A51112 (or 0xA51112) is known color: Carmine. HEX triplet: A5, 11 and 12. RGB value is (165,17,18). Sum of RGB (Red+Green+Blue) = 165+17+18=200 (26% of max value = 765). Red value is 165 (64.84% from 255 or 82.5% from 200); Green value is 17 (7.03% from 255 or 8.5% from 200); Blue value is 18 (7.42% from 255 or 9% from 200); Max value from RGB is 165 - color contains mainly: red. Hex color #A51112 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A51112 is #5AEEED. Grayscale: #3D3D3D. Windows color (decimal): -5959406 or 1184165. OLE color: 1184165.

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

Color convert

RGB 165 17 18 -
CMYK 0 0.90 0.89 0.35
HSL 359.59º 0.81% 0.36% -
HSV(B) 359.59º 0.9% 0.65% -
XYZ 15.83 8.44 1.37 -
YUV 61.37 103.53 201.92 -
System Red Green Blue C M Y K H S L
Decimal 165 17 18 0 0.90 0.89 0.35 359.59 0.81 0.36
Hex A5 11 12 0 5A 59 23 168 51 24
Octal 245 21 22 0 132 131 43 550 121 44
Binary 10100101 10001 10010 0 1011010 1011001 100011 101101000 1010001 100100

Color Harmonies of #A51112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51112

Black with #A51112

Text Example


Text Example

White with #A51112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51112; }

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

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

background-color css

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

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

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

border-color css

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

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

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