Html Css Color HEX #932E33 Guardsman Red

📋 copy color: '#932E33'

red 147 ◦ green 46 ◦ blue 51

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

Shades of Guardsman Red #932E33

Tints of Guardsman Red #932E33

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.85%

 BLUE value IS 51 (20.31% from 255) = 20.9%

R = 60.25%
G = 18.85%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#932E33 (or 0x932E33) is known color: Guardsman Red. HEX triplet: 93, 2E and 33. RGB value is (147,46,51). Sum of RGB (Red+Green+Blue) = 147+46+51=244 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60.25% from 244); Green value is 46 (18.36% from 255 or 18.85% from 244); Blue value is 51 (20.31% from 255 or 20.90% from 244); Max value from RGB is 147 - color contains mainly: red. Hex color #932E33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #932E33 is #6CD1CC. Grayscale: #4C4C4C. Windows color (decimal): -7131597 or 3354259. OLE color: 3354259.

HSL color Cylindrical-coordinate representation of color #932E33: hue angle of 357.03º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #932E33 is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 46 51 -
CMYK 0 0.69 0.65 0.42
HSL 357.03º 0.52% 0.38% -
HSV(B) 357.03º 0.69% 0.58% -
XYZ 13.61 8.4 4.04 -
YUV 76.77 113.46 178.09 -
System Red Green Blue C M Y K H S L
Decimal 147 46 51 0 0.69 0.65 0.42 357.03 0.52 0.38
Hex 93 2E 33 0 45 41 2A 165 34 26
Octal 223 56 63 0 105 101 52 545 64 46
Binary 10010011 101110 110011 0 1000101 1000001 101010 101100101 110100 100110

Color Harmonies of #932E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932E33

Black with #932E33

Text Example


Text Example

White with #932E33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #932E33; }

 p { color: rgb(147,46,51); }

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

background-color css

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

 a { background-color: rgb(147,46,51); }

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

border-color css

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

 span { border-color: rgb(147,46,51); }

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