Html Css Color HEX #93051B Carmine

📋 copy color: '#93051B'

red 147 ◦ green 5 ◦ blue 27

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

Shades of Carmine #93051B

Tints of Carmine #93051B

RGB

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

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

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

R = 82.12%
G = 2.79%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#93051B (or 0x93051B) is known color: Carmine. HEX triplet: 93, 05 and 1B. RGB value is (147,5,27). Sum of RGB (Red+Green+Blue) = 147+5+27=179 (23% of max value = 765). Red value is 147 (57.81% from 255 or 82.12% from 179); Green value is 5 (2.34% from 255 or 2.79% from 179); Blue value is 27 (10.94% from 255 or 15.08% from 179); Max value from RGB is 147 - color contains mainly: red. Hex color #93051B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93051B is #6CFAE4. Grayscale: #323232. Windows color (decimal): -7142117 or 1770899. OLE color: 1770899.

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

Color convert

RGB 147 5 27 -
CMYK 0 0.97 0.82 0.42
HSL 350.7º 0.93% 0.3% -
HSV(B) 350.7º 0.97% 0.58% -
XYZ 12.28 6.39 1.62 -
YUV 49.97 115.04 197.21 -
System Red Green Blue C M Y K H S L
Decimal 147 5 27 0 0.97 0.82 0.42 350.7 0.93 0.3
Hex 93 5 1B 0 61 52 2A 15F 5D 1E
Octal 223 5 33 0 141 122 52 537 135 36
Binary 10010011 101 11011 0 1100001 1010010 101010 101011111 1011101 11110

Color Harmonies of #93051B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93051B

Black with #93051B

Text Example


Text Example

White with #93051B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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