#933032

Color #933032 Guardsman Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Guardsman Red #933032

Tints of Guardsman Red #933032

Color information

#933032 (or 0x933032) is unknown color: approx 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

RGB1474850-
CMYK00.670.660.42
HSL358.79º50.77%38.24%-
HSV(B)358.79º67.35%57.65%-
XYZ13.678.553.95-
YUV77.83112.3177.34-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147485000.670.660.42358.7950.7738.24
Hex933032043422A1673326
Octal22360620103102525476346
Binary10010011110000110010010000111000010101010101100111110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>