Html Css Color HEX #93111C Carmine

📋 copy color: '#93111C'

red 147 ◦ green 17 ◦ blue 28

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

Shades of Carmine #93111C

Tints of Carmine #93111C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.58%

R = 76.56%
G = 8.85%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#93111C (or 0x93111C) is known color: Carmine. HEX triplet: 93, 11 and 1C. RGB value is (147,17,28). Sum of RGB (Red+Green+Blue) = 147+17+28=192 (25% of max value = 765). Red value is 147 (57.81% from 255 or 76.56% from 192); Green value is 17 (7.03% from 255 or 8.85% from 192); Blue value is 28 (11.33% from 255 or 14.58% from 192); Max value from RGB is 147 - color contains mainly: red. Hex color #93111C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93111C is #6CEEE3. Grayscale: #393939. Windows color (decimal): -7139044 or 1839507. OLE color: 1839507.

HSL color Cylindrical-coordinate representation of color #93111C: hue angle of 354.92º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #93111C is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 17 28 -
CMYK 0 0.88 0.81 0.42
HSL 354.92º 0.79% 0.32% -
HSV(B) 354.92º 0.88% 0.58% -
XYZ 12.44 6.69 1.73 -
YUV 57.12 111.57 192.11 -
System Red Green Blue C M Y K H S L
Decimal 147 17 28 0 0.88 0.81 0.42 354.92 0.79 0.32
Hex 93 11 1C 0 58 51 2A 163 4F 20
Octal 223 21 34 0 130 121 52 543 117 40
Binary 10010011 10001 11100 0 1011000 1010001 101010 101100011 1001111 100000

Color Harmonies of #93111C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93111C

Black with #93111C

Text Example


Text Example

White with #93111C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93111C; }

 p { color: rgb(147,17,28); }

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

background-color css

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

 a { background-color: rgb(147,17,28); }

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

border-color css

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

 span { border-color: rgb(147,17,28); }

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