#943235

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

Shades of Guardsman Red #943235

Tints of Guardsman Red #943235

Color information

#943235 (or 0x943235) is unknown color: approx Guardsman Red. HEX triplet: 94, 32 and 35. RGB value is (148,50,53). Sum of RGB (Red+Green+Blue) = 148+50+53=251 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.96% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 53 (21.09% from 255 or 21.12% from 251); Max value from RGB is 148 - color contains mainly: red. Hex color #943235 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943235 is #6BCDCA. Grayscale: #4F4F4F. Windows color (decimal): -7065035 or 3486356. OLE color: 3486356.

HSL color Cylindrical-coordinate representation of color #943235: hue angle of 358.16º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #943235 is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB1485053-
CMYK00.660.640.42
HSL358.16º49.49%38.82%-
HSV(B)358.16º66.22%58.04%-
XYZ148.834.34-
YUV79.64112.97176.76-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 58.96%
GREEN value IS 50 (19.92% from 255) = 19.92%
BLUE value IS 53 (21.09% from 255) = 21.12%
R=58.96%
G=19.92%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148505300.660.640.42358.1649.4938.82
Hex943235042402A1663127
Octal22462650102100525466147
Binary10010100110010110101010000101000000101010101100110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943235; }

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

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

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

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

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

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

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

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