Html Css Color HEX #93051E Carmine

📋 copy color: '#93051E'

red 147 ◦ green 5 ◦ blue 30

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

Shades of Carmine #93051E

Tints of Carmine #93051E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.75%

 BLUE value IS 30 (12.11% from 255) = 16.48%

R = 80.77%
G = 2.75%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#93051E (or 0x93051E) is known color: Carmine. HEX triplet: 93, 05 and 1E. RGB value is (147,5,30). Sum of RGB (Red+Green+Blue) = 147+5+30=182 (24% of max value = 765). Red value is 147 (57.81% from 255 or 80.77% from 182); Green value is 5 (2.34% from 255 or 2.75% from 182); Blue value is 30 (12.11% from 255 or 16.48% from 182); Max value from RGB is 147 - color contains mainly: red. Hex color #93051E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93051E is #6CFAE1. Grayscale: #323232. Windows color (decimal): -7142114 or 1967507. OLE color: 1967507.

HSL color Cylindrical-coordinate representation of color #93051E: hue angle of 349.44º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #93051E is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 5 30 -
CMYK 0 0.97 0.80 0.42
HSL 349.44º 0.93% 0.3% -
HSV(B) 349.44º 0.97% 0.58% -
XYZ 12.32 6.41 1.82 -
YUV 50.31 116.54 196.97 -
System Red Green Blue C M Y K H S L
Decimal 147 5 30 0 0.97 0.80 0.42 349.44 0.93 0.3
Hex 93 5 1E 0 61 50 2A 15D 5D 1E
Octal 223 5 36 0 141 120 52 535 135 36
Binary 10010011 101 11110 0 1100001 1010000 101010 101011101 1011101 11110

Color Harmonies of #93051E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93051E

Black with #93051E

Text Example


Text Example

White with #93051E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93051E; }

 p { color: rgb(147,5,30); }

 H1.HeaderClassName
 {
   color: #93051E;
 }
 .AnyTagClassName
 {
   color: #93051E;
 }
</style>

background-color css

<style>
 a { background-color: #93051E; }

 a { background-color: rgb(147,5,30); }

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

border-color css

<style>
 span { border-color: #93051E; }

 span { border-color: rgb(147,5,30); }

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