Html Css Color HEX #93141B Carmine

📋 copy color: '#93141B'

red 147 ◦ green 20 ◦ blue 27

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

Shades of Carmine #93141B

Tints of Carmine #93141B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.31%

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

R = 75.77%
G = 10.31%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#93141B (or 0x93141B) is known color: Carmine. HEX triplet: 93, 14 and 1B. RGB value is (147,20,27). Sum of RGB (Red+Green+Blue) = 147+20+27=194 (25% of max value = 765). Red value is 147 (57.81% from 255 or 75.77% from 194); Green value is 20 (8.20% from 255 or 10.31% from 194); Blue value is 27 (10.94% from 255 or 13.92% from 194); Max value from RGB is 147 - color contains mainly: red. Hex color #93141B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93141B is #6CEBE4. Grayscale: #3A3A3A. Windows color (decimal): -7138277 or 1774739. OLE color: 1774739.

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

Color convert

RGB 147 20 27 -
CMYK 0 0.86 0.82 0.42
HSL 356.69º 0.76% 0.33% -
HSV(B) 356.69º 0.86% 0.58% -
XYZ 12.48 6.78 1.69 -
YUV 58.77 110.08 190.93 -
System Red Green Blue C M Y K H S L
Decimal 147 20 27 0 0.86 0.82 0.42 356.69 0.76 0.33
Hex 93 14 1B 0 56 52 2A 165 4C 21
Octal 223 24 33 0 126 122 52 545 114 41
Binary 10010011 10100 11011 0 1010110 1010010 101010 101100101 1001100 100001

Color Harmonies of #93141B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93141B

Black with #93141B

Text Example


Text Example

White with #93141B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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