Html Css Color HEX #933032 Guardsman Red

📋 copy color: '#933032'

red 147 ◦ green 48 ◦ blue 50

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

Shades of Guardsman Red #933032

Tints of Guardsman Red #933032

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.59%

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

R = 60%
G = 19.59%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#933032 (or 0x933032) is known color: Guardsman Red. HEX triplet: 93, 30 and 32. RGB value is (147,48,50). Sum of RGB (Red+Green+Blue) = 147+48+50=245 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 50 (19.92% from 255 or 20.41% from 245); Max value from RGB is 147 - color contains mainly: red. Hex color #933032 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #933032 is #6CCFCD. Grayscale: #4D4D4D. Windows color (decimal): -7131086 or 3289235. OLE color: 3289235.

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

Color convert

RGB 147 48 50 -
CMYK 0 0.67 0.66 0.42
HSL 358.79º 0.51% 0.38% -
HSV(B) 358.79º 0.67% 0.58% -
XYZ 13.67 8.55 3.95 -
YUV 77.83 112.3 177.34 -
System Red Green Blue C M Y K H S L
Decimal 147 48 50 0 0.67 0.66 0.42 358.79 0.51 0.38
Hex 93 30 32 0 43 42 2A 167 33 26
Octal 223 60 62 0 103 102 52 547 63 46
Binary 10010011 110000 110010 0 1000011 1000010 101010 101100111 110011 100110

Color Harmonies of #933032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #933032

Black with #933032

Text Example


Text Example

White with #933032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #933032; }

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

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

background-color css

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

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

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

border-color css

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

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

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