Html Css Color HEX #933136 Guardsman Red

📋 copy color: '#933136'

red 147 ◦ green 49 ◦ blue 54

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

Shades of Guardsman Red #933136

Tints of Guardsman Red #933136

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.6%

 BLUE value IS 54 (21.48% from 255) = 21.6%

R = 58.8%
G = 19.6%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.63

 K value IS 0.42

RGB Variations

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

Color information

#933136 (or 0x933136) is known color: Guardsman Red. HEX triplet: 93, 31 and 36. RGB value is (147,49,54). Sum of RGB (Red+Green+Blue) = 147+49+54=250 (33% of max value = 765). Red value is 147 (57.81% from 255 or 58.8% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 54 (21.48% from 255 or 21.6% from 250); Max value from RGB is 147 - color contains mainly: red. Hex color #933136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #933136 is #6CCEC9. Grayscale: #4E4E4E. Windows color (decimal): -7130826 or 3551635. OLE color: 3551635.

HSL color Cylindrical-coordinate representation of color #933136: hue angle of 356.94º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #933136 is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 49 54 -
CMYK 0 0.67 0.63 0.42
HSL 356.94º 0.5% 0.38% -
HSV(B) 356.94º 0.67% 0.58% -
XYZ 13.8 8.67 4.44 -
YUV 78.87 113.97 176.59 -
System Red Green Blue C M Y K H S L
Decimal 147 49 54 0 0.67 0.63 0.42 356.94 0.5 0.38
Hex 93 31 36 0 43 3F 2A 165 32 26
Octal 223 61 66 0 103 77 52 545 62 46
Binary 10010011 110001 110110 0 1000011 111111 101010 101100101 110010 100110

Color Harmonies of #933136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #933136

Black with #933136

Text Example


Text Example

White with #933136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #933136; }

 p { color: rgb(147,49,54); }

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

background-color css

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

 a { background-color: rgb(147,49,54); }

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

border-color css

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

 span { border-color: rgb(147,49,54); }

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