#942D32

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

Shades of Guardsman Red #942D32

Tints of Guardsman Red #942D32

Color information

#942D32 (or 0x942D32) is unknown color: approx Guardsman Red. HEX triplet: 94, 2D and 32. RGB value is (148,45,50). Sum of RGB (Red+Green+Blue) = 148+45+50=243 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.91% from 243); Green value is 45 (17.97% from 255 or 18.52% from 243); Blue value is 50 (19.92% from 255 or 20.58% from 243); Max value from RGB is 148 - color contains mainly: red. Hex color #942D32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942D32 is #6BD2CD. Grayscale: #4C4C4C. Windows color (decimal): -7066318 or 3288468. OLE color: 3288468.

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

Color convert

RGB1484550-
CMYK00.700.660.42
HSL357.09º53.37%37.84%-
HSV(B)357.09º69.59%58.04%-
XYZ13.738.43.92-
YUV76.37113.12179.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 60.91%
GREEN value IS 45 (17.97% from 255) = 18.52%
BLUE value IS 50 (19.92% from 255) = 20.58%
R=60.91%
G=18.52%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148455000.700.660.42357.0953.3737.84
Hex942D32046422A1653526
Octal22455620106102525456546
Binary10010100101101110010010001101000010101010101100101110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,45,50); }

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

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

 a { background-color: rgb(148,45,50); }

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

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

 span { border-color: rgb(148,45,50); }

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