Html Css Color HEX #931518 Carmine

📋 copy color: '#931518'

red 147 ◦ green 21 ◦ blue 24

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

Shades of Carmine #931518

Tints of Carmine #931518

RGB

 RED value IS 147 (57.81% from 255) = 76.56%

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

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

R = 76.56%
G = 10.94%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#931518 (or 0x931518) is known color: Carmine. HEX triplet: 93, 15 and 18. RGB value is (147,21,24). Sum of RGB (Red+Green+Blue) = 147+21+24=192 (25% of max value = 765). Red value is 147 (57.81% from 255 or 76.56% from 192); Green value is 21 (8.59% from 255 or 10.94% from 192); Blue value is 24 (9.77% from 255 or 12.5% from 192); Max value from RGB is 147 - color contains mainly: red. Hex color #931518 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #931518 is #6CEAE7. Grayscale: #3B3B3B. Windows color (decimal): -7138024 or 1578387. OLE color: 1578387.

HSL color Cylindrical-coordinate representation of color #931518: hue angle of 358.57º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #931518 is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 21 24 -
CMYK 0 0.86 0.84 0.42
HSL 358.57º 0.75% 0.33% -
HSV(B) 358.57º 0.86% 0.58% -
XYZ 12.47 6.81 1.52 -
YUV 59.02 108.24 190.76 -
System Red Green Blue C M Y K H S L
Decimal 147 21 24 0 0.86 0.84 0.42 358.57 0.75 0.33
Hex 93 15 18 0 56 54 2A 167 4B 21
Octal 223 25 30 0 126 124 52 547 113 41
Binary 10010011 10101 11000 0 1010110 1010100 101010 101100111 1001011 100001

Color Harmonies of #931518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931518

Black with #931518

Text Example


Text Example

White with #931518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #931518; }

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

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

background-color css

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

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

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

border-color css

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

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

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