Html Css Color HEX #A51118 Carmine

📋 copy color: '#A51118'

red 165 ◦ green 17 ◦ blue 24

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

Shades of Carmine #A51118

Tints of Carmine #A51118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.65%

R = 80.1%
G = 8.25%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A51118 (or 0xA51118) is known color: Carmine. HEX triplet: A5, 11 and 18. RGB value is (165,17,24). Sum of RGB (Red+Green+Blue) = 165+17+24=206 (27% of max value = 765). Red value is 165 (64.84% from 255 or 80.10% from 206); Green value is 17 (7.03% from 255 or 8.25% from 206); Blue value is 24 (9.77% from 255 or 11.65% from 206); Max value from RGB is 165 - color contains mainly: red. Hex color #A51118 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A51118 is #5AEEE7. Grayscale: #3E3E3E. Windows color (decimal): -5959400 or 1577381. OLE color: 1577381.

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

Color convert

RGB 165 17 24 -
CMYK 0 0.90 0.85 0.35
HSL 357.16º 0.81% 0.36% -
HSV(B) 357.16º 0.9% 0.65% -
XYZ 15.88 8.47 1.66 -
YUV 62.05 106.53 201.43 -
System Red Green Blue C M Y K H S L
Decimal 165 17 24 0 0.90 0.85 0.35 357.16 0.81 0.36
Hex A5 11 18 0 5A 55 23 165 51 24
Octal 245 21 30 0 132 125 43 545 121 44
Binary 10100101 10001 11000 0 1011010 1010101 100011 101100101 1010001 100100

Color Harmonies of #A51118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51118

Black with #A51118

Text Example


Text Example

White with #A51118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51118; }

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

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

background-color css

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

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

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

border-color css

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

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

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