Html Css Color HEX #93181C Carmine

📋 copy color: '#93181C'

red 147 ◦ green 24 ◦ blue 28

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

Shades of Carmine #93181C

Tints of Carmine #93181C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.06%

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

R = 73.87%
G = 12.06%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#93181C (or 0x93181C) is known color: Carmine. HEX triplet: 93, 18 and 1C. RGB value is (147,24,28). Sum of RGB (Red+Green+Blue) = 147+24+28=199 (26% of max value = 765). Red value is 147 (57.81% from 255 or 73.87% from 199); Green value is 24 (9.77% from 255 or 12.06% from 199); Blue value is 28 (11.33% from 255 or 14.07% from 199); Max value from RGB is 147 - color contains mainly: red. Hex color #93181C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93181C is #6CE7E3. Grayscale: #3D3D3D. Windows color (decimal): -7137252 or 1841299. OLE color: 1841299.

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

Color convert

RGB 147 24 28 -
CMYK 0 0.84 0.81 0.42
HSL 358.05º 0.72% 0.34% -
HSV(B) 358.05º 0.84% 0.58% -
XYZ 12.57 6.94 1.78 -
YUV 61.23 109.25 189.17 -
System Red Green Blue C M Y K H S L
Decimal 147 24 28 0 0.84 0.81 0.42 358.05 0.72 0.34
Hex 93 18 1C 0 54 51 2A 166 48 22
Octal 223 30 34 0 124 121 52 546 110 42
Binary 10010011 11000 11100 0 1010100 1010001 101010 101100110 1001000 100010

Color Harmonies of #93181C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93181C

Black with #93181C

Text Example


Text Example

White with #93181C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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