#993233

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

Shades of Guardsman Red #993233

Tints of Guardsman Red #993233

Color information

#993233 (or 0x993233) is unknown color: approx Guardsman Red. HEX triplet: 99, 32 and 33. RGB value is (153,50,51). Sum of RGB (Red+Green+Blue) = 153+50+51=254 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.24% from 254); Green value is 50 (19.92% from 255 or 19.69% from 254); Blue value is 51 (20.31% from 255 or 20.08% from 254); Max value from RGB is 153 - color contains mainly: red. Hex color #993233 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993233 is #66CDCC. Grayscale: #515151. Windows color (decimal): -6737357 or 3355289. OLE color: 3355289.

HSL color Cylindrical-coordinate representation of color #993233: hue angle of 359.42º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #993233 is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB1535051-
CMYK00.670.670.4
HSL359.42º50.74%39.8%-
HSV(B)359.42º67.32%60%-
XYZ14.889.294.14-
YUV80.91111.12179.42-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 60.24%
GREEN value IS 50 (19.92% from 255) = 19.69%
BLUE value IS 51 (20.31% from 255) = 20.08%
R=60.24%
G=19.69%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153505100.670.670.4359.4250.7439.8
Hex99323304343281673328
Octal23162630103103505476350
Binary10011001110010110011010000111000011101000101100111110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993233; }

 p { color: rgb(153,50,51); }

 H1.HeaderClassName
 {
   color: #993233;
 }
 .AnyTagClassName
 {
   color: #993233;
 }
</style>
background-color css

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

 a { background-color: rgb(153,50,51); }

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

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

 span { border-color: rgb(153,50,51); }

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