Html Css Color HEX #93111B Carmine

📋 copy color: '#93111B'

red 147 ◦ green 17 ◦ blue 27

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

Shades of Carmine #93111B

Tints of Carmine #93111B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 14.14%

R = 76.96%
G = 8.9%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#93111B (or 0x93111B) is known color: Carmine. HEX triplet: 93, 11 and 1B. RGB value is (147,17,27). Sum of RGB (Red+Green+Blue) = 147+17+27=191 (25% of max value = 765). Red value is 147 (57.81% from 255 or 76.96% from 191); Green value is 17 (7.03% from 255 or 8.90% from 191); Blue value is 27 (10.94% from 255 or 14.14% from 191); Max value from RGB is 147 - color contains mainly: red. Hex color #93111B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93111B is #6CEEE4. Grayscale: #393939. Windows color (decimal): -7139045 or 1773971. OLE color: 1773971.

HSL color Cylindrical-coordinate representation of color #93111B: hue angle of 355.38º 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 #93111B is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 17 27 -
CMYK 0 0.88 0.82 0.42
HSL 355.38º 0.79% 0.32% -
HSV(B) 355.38º 0.88% 0.58% -
XYZ 12.43 6.68 1.67 -
YUV 57.01 111.07 192.19 -
System Red Green Blue C M Y K H S L
Decimal 147 17 27 0 0.88 0.82 0.42 355.38 0.79 0.32
Hex 93 11 1B 0 58 52 2A 163 4F 20
Octal 223 21 33 0 130 122 52 543 117 40
Binary 10010011 10001 11011 0 1011000 1010010 101010 101100011 1001111 100000

Color Harmonies of #93111B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93111B

Black with #93111B

Text Example


Text Example

White with #93111B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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