#923036

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

Shades of Guardsman Red #923036

Tints of Guardsman Red #923036

Color information

#923036 (or 0x923036) is unknown color: approx Guardsman Red. HEX triplet: 92, 30 and 36. RGB value is (146,48,54). Sum of RGB (Red+Green+Blue) = 146+48+54=248 (32% of max value = 765). Red value is 146 (57.42% from 255 or 58.87% from 248); Green value is 48 (19.14% from 255 or 19.35% from 248); Blue value is 54 (21.48% from 255 or 21.77% from 248); Max value from RGB is 146 - color contains mainly: red. Hex color #923036 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #923036 is #6DCFC9. Grayscale: #4E4E4E. Windows color (decimal): -7196618 or 3551378. OLE color: 3551378.

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

Color convert

RGB1464854-
CMYK00.670.630.43
HSL356.33º50.52%38.04%-
HSV(B)356.33º67.12%57.25%-
XYZ13.588.494.41-
YUV77.99114.47176.51-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 58.87%
GREEN value IS 48 (19.14% from 255) = 19.35%
BLUE value IS 54 (21.48% from 255) = 21.77%
R=58.87%
G=19.35%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.63
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146485400.670.630.43356.3350.5238.04
Hex9230360433F2B1643326
Octal2226066010377535446346
Binary1001001011000011011001000011111111101011101100100110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923036; }

 p { color: rgb(146,48,54); }

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

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

 a { background-color: rgb(146,48,54); }

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

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

 span { border-color: rgb(146,48,54); }

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