Html Css Color HEX #93101C Carmine

📋 copy color: '#93101C'

red 147 ◦ green 16 ◦ blue 28

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

Shades of Carmine #93101C

Tints of Carmine #93101C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.38%

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

R = 76.96%
G = 8.38%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#93101C (or 0x93101C) is known color: Carmine. HEX triplet: 93, 10 and 1C. RGB value is (147,16,28). Sum of RGB (Red+Green+Blue) = 147+16+28=191 (25% of max value = 765). Red value is 147 (57.81% from 255 or 76.96% from 191); Green value is 16 (6.64% from 255 or 8.38% from 191); Blue value is 28 (11.33% from 255 or 14.66% from 191); Max value from RGB is 147 - color contains mainly: red. Hex color #93101C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93101C is #6CEFE3. Grayscale: #383838. Windows color (decimal): -7139300 or 1839251. OLE color: 1839251.

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

Color convert

RGB 147 16 28 -
CMYK 0 0.89 0.81 0.42
HSL 354.5º 0.8% 0.32% -
HSV(B) 354.5º 0.89% 0.58% -
XYZ 12.43 6.66 1.73 -
YUV 56.54 111.9 192.52 -
System Red Green Blue C M Y K H S L
Decimal 147 16 28 0 0.89 0.81 0.42 354.5 0.8 0.32
Hex 93 10 1C 0 59 51 2A 163 50 20
Octal 223 20 34 0 131 121 52 543 120 40
Binary 10010011 10000 11100 0 1011001 1010001 101010 101100011 1010000 100000

Color Harmonies of #93101C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93101C

Black with #93101C

Text Example


Text Example

White with #93101C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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