#942E36

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

Shades of Guardsman Red #942E36

Tints of Guardsman Red #942E36

Color information

#942E36 (or 0x942E36) is unknown color: approx Guardsman Red. HEX triplet: 94, 2E and 36. RGB value is (148,46,54). Sum of RGB (Red+Green+Blue) = 148+46+54=248 (32% of max value = 765). Red value is 148 (58.20% from 255 or 59.68% from 248); Green value is 46 (18.36% from 255 or 18.55% from 248); Blue value is 54 (21.48% from 255 or 21.77% from 248); Max value from RGB is 148 - color contains mainly: red. Hex color #942E36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942E36 is #6BD1C9. Grayscale: #4D4D4D. Windows color (decimal): -7066058 or 3550868. OLE color: 3550868.

HSL color Cylindrical-coordinate representation of color #942E36: hue angle of 355.29º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #942E36 is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB1484654-
CMYK00.690.640.42
HSL355.29º52.58%38.04%-
HSV(B)355.29º68.92%58.04%-
XYZ13.868.524.4-
YUV77.41114.79178.35-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 59.68%
GREEN value IS 46 (18.36% from 255) = 18.55%
BLUE value IS 54 (21.48% from 255) = 21.77%
R=59.68%
G=18.55%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148465400.690.640.42355.2952.5838.04
Hex942E36045402A1633526
Octal22456660105100525436546
Binary10010100101110110110010001011000000101010101100011110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942E36; }

 p { color: rgb(148,46,54); }

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

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

 a { background-color: rgb(148,46,54); }

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

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

 span { border-color: rgb(148,46,54); }

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