Html Css Color HEX #93161F Carmine

📋 copy color: '#93161F'

red 147 ◦ green 22 ◦ blue 31

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

Shades of Carmine #93161F

Tints of Carmine #93161F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11%

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

R = 73.5%
G = 11%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#93161F (or 0x93161F) is known color: Carmine. HEX triplet: 93, 16 and 1F. RGB value is (147,22,31). Sum of RGB (Red+Green+Blue) = 147+22+31=200 (26% of max value = 765). Red value is 147 (57.81% from 255 or 73.5% from 200); Green value is 22 (8.98% from 255 or 11% from 200); Blue value is 31 (12.5% from 255 or 15.5% from 200); Max value from RGB is 147 - color contains mainly: red. Hex color #93161F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93161F is #6CE9E0. Grayscale: #3C3C3C. Windows color (decimal): -7137761 or 2037395. OLE color: 2037395.

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

Color convert

RGB 147 22 31 -
CMYK 0 0.85 0.79 0.42
HSL 355.68º 0.74% 0.33% -
HSV(B) 355.68º 0.85% 0.58% -
XYZ 12.57 6.88 1.96 -
YUV 60.4 111.41 189.77 -
System Red Green Blue C M Y K H S L
Decimal 147 22 31 0 0.85 0.79 0.42 355.68 0.74 0.33
Hex 93 16 1F 0 55 4F 2A 164 4A 21
Octal 223 26 37 0 125 117 52 544 112 41
Binary 10010011 10110 11111 0 1010101 1001111 101010 101100100 1001010 100001

Color Harmonies of #93161F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93161F

Black with #93161F

Text Example


Text Example

White with #93161F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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