Html Css Color HEX #A81115 Carmine

📋 copy color: '#A81115'

red 168 ◦ green 17 ◦ blue 21

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

Shades of Carmine #A81115

Tints of Carmine #A81115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.19%

R = 81.55%
G = 8.25%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#A81115 (or 0xA81115) is known color: Carmine. HEX triplet: A8, 11 and 15. RGB value is (168,17,21). Sum of RGB (Red+Green+Blue) = 168+17+21=206 (27% of max value = 765). Red value is 168 (66.02% from 255 or 81.55% from 206); Green value is 17 (7.03% from 255 or 8.25% from 206); Blue value is 21 (8.59% from 255 or 10.19% from 206); Max value from RGB is 168 - color contains mainly: red. Hex color #A81115 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81115 is #57EEEA. Grayscale: #3E3E3E. Windows color (decimal): -5762795 or 1380776. OLE color: 1380776.

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

Color convert

RGB 168 17 21 -
CMYK 0 0.90 0.88 0.34
HSL 358.41º 0.82% 0.36% -
HSV(B) 358.41º 0.9% 0.66% -
XYZ 16.48 8.78 1.54 -
YUV 62.61 104.53 203.17 -
System Red Green Blue C M Y K H S L
Decimal 168 17 21 0 0.90 0.88 0.34 358.41 0.82 0.36
Hex A8 11 15 0 5A 58 22 166 52 24
Octal 250 21 25 0 132 130 42 546 122 44
Binary 10101000 10001 10101 0 1011010 1011000 100010 101100110 1010010 100100

Color Harmonies of #A81115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81115

Black with #A81115

Text Example


Text Example

White with #A81115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81115; }

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

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

background-color css

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

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

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

border-color css

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

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

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