Html Css Color HEX #93121F Carmine

📋 copy color: '#93121F'

red 147 ◦ green 18 ◦ blue 31

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

Shades of Carmine #93121F

Tints of Carmine #93121F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.18%

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

R = 75%
G = 9.18%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#93121F (or 0x93121F) is known color: Carmine. HEX triplet: 93, 12 and 1F. RGB value is (147,18,31). Sum of RGB (Red+Green+Blue) = 147+18+31=196 (25% of max value = 765). Red value is 147 (57.81% from 255 or 75% from 196); Green value is 18 (7.42% from 255 or 9.18% from 196); Blue value is 31 (12.5% from 255 or 15.82% from 196); Max value from RGB is 147 - color contains mainly: red. Hex color #93121F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93121F is #6CEDE0. Grayscale: #3A3A3A. Windows color (decimal): -7138785 or 2036371. OLE color: 2036371.

HSL color Cylindrical-coordinate representation of color #93121F: hue angle of 353.95º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #93121F is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 18 31 -
CMYK 0 0.88 0.79 0.42
HSL 353.95º 0.78% 0.32% -
HSV(B) 353.95º 0.88% 0.58% -
XYZ 12.5 6.73 1.94 -
YUV 58.05 112.74 191.44 -
System Red Green Blue C M Y K H S L
Decimal 147 18 31 0 0.88 0.79 0.42 353.95 0.78 0.32
Hex 93 12 1F 0 58 4F 2A 162 4E 20
Octal 223 22 37 0 130 117 52 542 116 40
Binary 10010011 10010 11111 0 1011000 1001111 101010 101100010 1001110 100000

Color Harmonies of #93121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93121F

Black with #93121F

Text Example


Text Example

White with #93121F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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