#953036

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

Shades of Guardsman Red #953036

Tints of Guardsman Red #953036

Color information

#953036 (or 0x953036) is unknown color: approx Guardsman Red. HEX triplet: 95, 30 and 36. RGB value is (149,48,54). Sum of RGB (Red+Green+Blue) = 149+48+54=251 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.36% from 251); Green value is 48 (19.14% from 255 or 19.12% from 251); Blue value is 54 (21.48% from 255 or 21.51% from 251); Max value from RGB is 149 - color contains mainly: red. Hex color #953036 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953036 is #6ACFC9. Grayscale: #4E4E4E. Windows color (decimal): -7000010 or 3551381. OLE color: 3551381.

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

Color convert

RGB1494854-
CMYK00.680.640.42
HSL356.44º51.27%38.63%-
HSV(B)356.44º67.79%58.43%-
XYZ14.128.774.44-
YUV78.88113.96178.01-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 59.36%
GREEN value IS 48 (19.14% from 255) = 19.12%
BLUE value IS 54 (21.48% from 255) = 21.51%
R=59.36%
G=19.12%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149485400.680.640.42356.4451.2738.63
Hex953036044402A1643327
Octal22560660104100525446347
Binary10010101110000110110010001001000000101010101100100110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953036; }

 p { color: rgb(149,48,54); }

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

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

 a { background-color: rgb(149,48,54); }

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

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

 span { border-color: rgb(149,48,54); }

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