Html Css Color HEX #A81118 Carmine

📋 copy color: '#A81118'

red 168 ◦ green 17 ◦ blue 24

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

Shades of Carmine #A81118

Tints of Carmine #A81118

RGB

 RED value IS 168 (66.02% from 255) = 80.38%

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

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

R = 80.38%
G = 8.13%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A81118 (or 0xA81118) is known color: Carmine. HEX triplet: A8, 11 and 18. RGB value is (168,17,24). Sum of RGB (Red+Green+Blue) = 168+17+24=209 (27% of max value = 765). Red value is 168 (66.02% from 255 or 80.38% from 209); Green value is 17 (7.03% from 255 or 8.13% from 209); Blue value is 24 (9.77% from 255 or 11.48% from 209); Max value from RGB is 168 - color contains mainly: red. Hex color #A81118 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81118 is #57EEE7. Grayscale: #3F3F3F. Windows color (decimal): -5762792 or 1577384. OLE color: 1577384.

HSL color Cylindrical-coordinate representation of color #A81118: hue angle of 357.22º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A81118 is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 17 24 -
CMYK 0 0.90 0.86 0.34
HSL 357.22º 0.82% 0.36% -
HSV(B) 357.22º 0.9% 0.66% -
XYZ 16.51 8.79 1.69 -
YUV 62.95 106.03 202.93 -
System Red Green Blue C M Y K H S L
Decimal 168 17 24 0 0.90 0.86 0.34 357.22 0.82 0.36
Hex A8 11 18 0 5A 56 22 165 52 24
Octal 250 21 30 0 132 126 42 545 122 44
Binary 10101000 10001 11000 0 1011010 1010110 100010 101100101 1010010 100100

Color Harmonies of #A81118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81118

Black with #A81118

Text Example


Text Example

White with #A81118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81118; }

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

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

background-color css

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

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

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

border-color css

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

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

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