#923033

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

Shades of Guardsman Red #923033

Tints of Guardsman Red #923033

Color information

#923033 (or 0x923033) is unknown color: approx Guardsman Red. HEX triplet: 92, 30 and 33. RGB value is (146,48,51). Sum of RGB (Red+Green+Blue) = 146+48+51=245 (32% of max value = 765). Red value is 146 (57.42% from 255 or 59.59% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 51 (20.31% from 255 or 20.82% from 245); Max value from RGB is 146 - color contains mainly: red. Hex color #923033 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #923033 is #6DCFCC. Grayscale: #4D4D4D. Windows color (decimal): -7196621 or 3354770. OLE color: 3354770.

HSL color Cylindrical-coordinate representation of color #923033: hue angle of 358.16º 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 #923033 is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.43.

Color convert

RGB1464851-
CMYK00.670.650.43
HSL358.16º50.52%38.04%-
HSV(B)358.16º67.12%57.25%-
XYZ13.518.464.05-
YUV77.64112.97176.76-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 59.59%
GREEN value IS 48 (19.14% from 255) = 19.59%
BLUE value IS 51 (20.31% from 255) = 20.82%
R=59.59%
G=19.59%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.65
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146485100.670.650.43358.1650.5238.04
Hex923033043412B1663326
Octal22260630103101535466346
Binary10010010110000110011010000111000001101011101100110110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923033; }

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

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

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

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

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

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

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

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