#943135

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

Shades of Guardsman Red #943135

Tints of Guardsman Red #943135

Color information

#943135 (or 0x943135) is unknown color: approx Guardsman Red. HEX triplet: 94, 31 and 35. RGB value is (148,49,53). Sum of RGB (Red+Green+Blue) = 148+49+53=250 (33% of max value = 765). Red value is 148 (58.20% from 255 or 59.2% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 53 (21.09% from 255 or 21.2% from 250); Max value from RGB is 148 - color contains mainly: red. Hex color #943135 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943135 is #6BCECA. Grayscale: #4F4F4F. Windows color (decimal): -7065291 or 3486100. OLE color: 3486100.

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

Color convert

RGB1484953-
CMYK00.670.640.42
HSL357.58º50.25%38.63%-
HSV(B)357.58º66.89%58.04%-
XYZ13.958.754.32-
YUV79.06113.3177.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 59.2%
GREEN value IS 49 (19.53% from 255) = 19.6%
BLUE value IS 53 (21.09% from 255) = 21.2%
R=59.2%
G=19.6%
B=21.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148495300.670.640.42357.5850.2538.63
Hex943135043402A1663227
Octal22461650103100525466247
Binary10010100110001110101010000111000000101010101100110110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943135; }

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

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

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

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

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

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

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

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