Html Css Color HEX #A91518 Carmine

📋 copy color: '#A91518'

red 169 ◦ green 21 ◦ blue 24

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

Shades of Carmine #A91518

Tints of Carmine #A91518

RGB

 RED value IS 169 (66.41% from 255) = 78.97%

 GREEN value IS 21 (8.59% from 255) = 9.81%

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

R = 78.97%
G = 9.81%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A91518 (or 0xA91518) is known color: Carmine. HEX triplet: A9, 15 and 18. RGB value is (169,21,24). Sum of RGB (Red+Green+Blue) = 169+21+24=214 (28% of max value = 765). Red value is 169 (66.41% from 255 or 78.97% from 214); Green value is 21 (8.59% from 255 or 9.81% from 214); Blue value is 24 (9.77% from 255 or 11.21% from 214); Max value from RGB is 169 - color contains mainly: red. Hex color #A91518 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A91518 is #56EAE7. Grayscale: #414141. Windows color (decimal): -5696232 or 1578409. OLE color: 1578409.

HSL color Cylindrical-coordinate representation of color #A91518: hue angle of 358.78º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A91518 is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 21 24 -
CMYK 0 0.88 0.86 0.34
HSL 358.78º 0.78% 0.37% -
HSV(B) 358.78º 0.88% 0.66% -
XYZ 16.8 9.04 1.72 -
YUV 65.59 104.53 201.76 -
System Red Green Blue C M Y K H S L
Decimal 169 21 24 0 0.88 0.86 0.34 358.78 0.78 0.37
Hex A9 15 18 0 58 56 22 167 4E 25
Octal 251 25 30 0 130 126 42 547 116 45
Binary 10101001 10101 11000 0 1011000 1010110 100010 101100111 1001110 100101

Color Harmonies of #A91518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91518

Black with #A91518

Text Example


Text Example

White with #A91518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91518; }

 p { color: rgb(169,21,24); }

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

background-color css

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

 a { background-color: rgb(169,21,24); }

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

border-color css

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

 span { border-color: rgb(169,21,24); }

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