#943335

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

Shades of Guardsman Red #943335

Tints of Guardsman Red #943335

Color information

#943335 (or 0x943335) is unknown color: approx Guardsman Red. HEX triplet: 94, 33 and 35. RGB value is (148,51,53). Sum of RGB (Red+Green+Blue) = 148+51+53=252 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.73% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 53 (21.09% from 255 or 21.03% from 252); Max value from RGB is 148 - color contains mainly: red. Hex color #943335 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943335 is #6BCCCA. Grayscale: #505050. Windows color (decimal): -7064779 or 3486612. OLE color: 3486612.

HSL color Cylindrical-coordinate representation of color #943335: hue angle of 358.76º 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 #943335 is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB1485153-
CMYK00.660.640.42
HSL358.76º48.74%39.02%-
HSV(B)358.76º65.54%58.04%-
XYZ14.048.924.35-
YUV80.23112.64176.34-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 58.73%
GREEN value IS 51 (20.31% from 255) = 20.24%
BLUE value IS 53 (21.09% from 255) = 21.03%
R=58.73%
G=20.24%
B=21.03%

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
Decimal148515300.660.640.42358.7648.7439.02
Hex943335042402A1673127
Octal22463650102100525476147
Binary10010100110011110101010000101000000101010101100111110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943335; }

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

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

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

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

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

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

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

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