#953035

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

Shades of Guardsman Red #953035

Tints of Guardsman Red #953035

Color information

#953035 (or 0x953035) is unknown color: approx Guardsman Red. HEX triplet: 95, 30 and 35. RGB value is (149,48,53). Sum of RGB (Red+Green+Blue) = 149+48+53=250 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.6% from 250); Green value is 48 (19.14% from 255 or 19.2% from 250); Blue value is 53 (21.09% from 255 or 21.2% from 250); Max value from RGB is 149 - color contains mainly: red. Hex color #953035 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953035 is #6ACFCA. Grayscale: #4E4E4E. Windows color (decimal): -7000011 or 3485845. OLE color: 3485845.

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

Color convert

RGB1494853-
CMYK00.680.640.42
HSL357.03º51.27%38.63%-
HSV(B)357.03º67.79%58.43%-
XYZ14.098.764.32-
YUV78.77113.46178.09-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 59.6%
GREEN value IS 48 (19.14% from 255) = 19.2%
BLUE value IS 53 (21.09% from 255) = 21.2%
R=59.6%
G=19.2%
B=21.2%

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
Decimal149485300.680.640.42357.0351.2738.63
Hex953035044402A1653327
Octal22560650104100525456347
Binary10010101110000110101010001001000000101010101100101110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953035; }

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

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

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

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

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

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

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

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