Html Css Color HEX #932D32 Guardsman Red

📋 copy color: '#932D32'

red 147 ◦ green 45 ◦ blue 50

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

Shades of Guardsman Red #932D32

Tints of Guardsman Red #932D32

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.6%

 BLUE value IS 50 (19.92% from 255) = 20.66%

R = 60.74%
G = 18.6%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#932D32 (or 0x932D32) is known color: Guardsman Red. HEX triplet: 93, 2D and 32. RGB value is (147,45,50). Sum of RGB (Red+Green+Blue) = 147+45+50=242 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60.74% from 242); Green value is 45 (17.97% from 255 or 18.60% from 242); Blue value is 50 (19.92% from 255 or 20.66% from 242); Max value from RGB is 147 - color contains mainly: red. Hex color #932D32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #932D32 is #6CD2CD. Grayscale: #4C4C4C. Windows color (decimal): -7131854 or 3288467. OLE color: 3288467.

HSL color Cylindrical-coordinate representation of color #932D32: hue angle of 357.06º degrees, saturation: 0.53, 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 #932D32 is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 45 50 -
CMYK 0 0.69 0.66 0.42
HSL 357.06º 0.53% 0.38% -
HSV(B) 357.06º 0.69% 0.58% -
XYZ 13.55 8.31 3.91 -
YUV 76.07 113.29 178.59 -
System Red Green Blue C M Y K H S L
Decimal 147 45 50 0 0.69 0.66 0.42 357.06 0.53 0.38
Hex 93 2D 32 0 45 42 2A 165 35 26
Octal 223 55 62 0 105 102 52 545 65 46
Binary 10010011 101101 110010 0 1000101 1000010 101010 101100101 110101 100110

Color Harmonies of #932D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932D32

Black with #932D32

Text Example


Text Example

White with #932D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,45,50); }

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

background-color css

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

 a { background-color: rgb(147,45,50); }

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

border-color css

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

 span { border-color: rgb(147,45,50); }

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