Html Css Color HEX #93151D Carmine

📋 copy color: '#93151D'

red 147 ◦ green 21 ◦ blue 29

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

Shades of Carmine #93151D

Tints of Carmine #93151D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.72%

R = 74.62%
G = 10.66%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#93151D (or 0x93151D) is known color: Carmine. HEX triplet: 93, 15 and 1D. RGB value is (147,21,29). Sum of RGB (Red+Green+Blue) = 147+21+29=197 (26% of max value = 765). Red value is 147 (57.81% from 255 or 74.62% from 197); Green value is 21 (8.59% from 255 or 10.66% from 197); Blue value is 29 (11.72% from 255 or 14.72% from 197); Max value from RGB is 147 - color contains mainly: red. Hex color #93151D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93151D is #6CEAE2. Grayscale: #3B3B3B. Windows color (decimal): -7138019 or 1906067. OLE color: 1906067.

HSL color Cylindrical-coordinate representation of color #93151D: hue angle of 356.19º 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 #93151D is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 21 29 -
CMYK 0 0.86 0.80 0.42
HSL 356.19º 0.75% 0.33% -
HSV(B) 356.19º 0.86% 0.58% -
XYZ 12.52 6.83 1.82 -
YUV 59.59 110.74 190.35 -
System Red Green Blue C M Y K H S L
Decimal 147 21 29 0 0.86 0.80 0.42 356.19 0.75 0.33
Hex 93 15 1D 0 56 50 2A 164 4B 21
Octal 223 25 35 0 126 120 52 544 113 41
Binary 10010011 10101 11101 0 1010110 1010000 101010 101100100 1001011 100001

Color Harmonies of #93151D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93151D

Black with #93151D

Text Example


Text Example

White with #93151D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93151D; }

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

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

background-color css

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

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

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

border-color css

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

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

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