#922E30

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

Shades of Guardsman Red #922E30

Tints of Guardsman Red #922E30

Color information

#922E30 (or 0x922E30) is unknown color: approx Guardsman Red. HEX triplet: 92, 2E and 30. RGB value is (146,46,48). Sum of RGB (Red+Green+Blue) = 146+46+48=240 (31% of max value = 765). Red value is 146 (57.42% from 255 or 60.83% from 240); Green value is 46 (18.36% from 255 or 19.17% from 240); Blue value is 48 (19.14% from 255 or 20% from 240); Max value from RGB is 146 - color contains mainly: red. Hex color #922E30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #922E30 is #6DD1CF. Grayscale: #4C4C4C. Windows color (decimal): -7197136 or 3157650. OLE color: 3157650.

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

Color convert

RGB1464648-
CMYK00.680.670.43
HSL358.8º52.08%37.65%-
HSV(B)358.8º68.49%57.25%-
XYZ13.368.283.69-
YUV76.13112.13177.84-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 60.83%
GREEN value IS 46 (18.36% from 255) = 19.17%
BLUE value IS 48 (19.14% from 255) = 20%
R=60.83%
G=19.17%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.67
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146464800.680.670.43358.852.0837.65
Hex922E30044432B1673426
Octal22256600104103535476446
Binary10010010101110110000010001001000011101011101100111110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922E30; }

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

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

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

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

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

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

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

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