#923233

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

Shades of Guardsman Red #923233

Tints of Guardsman Red #923233

Color information

#923233 (or 0x923233) is unknown color: approx Guardsman Red. HEX triplet: 92, 32 and 33. RGB value is (146,50,51). Sum of RGB (Red+Green+Blue) = 146+50+51=247 (32% of max value = 765). Red value is 146 (57.42% from 255 or 59.11% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 51 (20.31% from 255 or 20.65% from 247); Max value from RGB is 146 - color contains mainly: red. Hex color #923233 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #923233 is #6DCDCC. Grayscale: #4E4E4E. Windows color (decimal): -7196109 or 3355282. OLE color: 3355282.

HSL color Cylindrical-coordinate representation of color #923233: hue angle of 359.38º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #923233 is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.43.

Color convert

RGB1465051-
CMYK00.660.650.43
HSL359.38º48.98%38.43%-
HSV(B)359.38º65.75%57.25%-
XYZ13.598.634.08-
YUV78.82112.3175.92-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 59.11%
GREEN value IS 50 (19.92% from 255) = 20.24%
BLUE value IS 51 (20.31% from 255) = 20.65%
R=59.11%
G=20.24%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.65
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146505100.660.650.43359.3848.9838.43
Hex923233042412B1673126
Octal22262630102101535476146
Binary10010010110010110011010000101000001101011101100111110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923233; }

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

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

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

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

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

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

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

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