Html Css Color HEX #93151F Carmine

📋 copy color: '#93151F'

red 147 ◦ green 21 ◦ blue 31

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

Shades of Carmine #93151F

Tints of Carmine #93151F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.58%

R = 73.87%
G = 10.55%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#93151F (or 0x93151F) is known color: Carmine. HEX triplet: 93, 15 and 1F. RGB value is (147,21,31). Sum of RGB (Red+Green+Blue) = 147+21+31=199 (26% of max value = 765). Red value is 147 (57.81% from 255 or 73.87% from 199); Green value is 21 (8.59% from 255 or 10.55% from 199); Blue value is 31 (12.5% from 255 or 15.58% from 199); Max value from RGB is 147 - color contains mainly: red. Hex color #93151F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93151F is #6CEAE0. Grayscale: #3B3B3B. Windows color (decimal): -7138017 or 2037139. OLE color: 2037139.

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

Color convert

RGB 147 21 31 -
CMYK 0 0.86 0.79 0.42
HSL 355.24º 0.75% 0.33% -
HSV(B) 355.24º 0.86% 0.58% -
XYZ 12.55 6.84 1.95 -
YUV 59.81 111.74 190.19 -
System Red Green Blue C M Y K H S L
Decimal 147 21 31 0 0.86 0.79 0.42 355.24 0.75 0.33
Hex 93 15 1F 0 56 4F 2A 163 4B 21
Octal 223 25 37 0 126 117 52 543 113 41
Binary 10010011 10101 11111 0 1010110 1001111 101010 101100011 1001011 100001

Color Harmonies of #93151F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93151F

Black with #93151F

Text Example


Text Example

White with #93151F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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