#953135

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

Shades of Guardsman Red #953135

Tints of Guardsman Red #953135

Color information

#953135 (or 0x953135) is unknown color: approx Guardsman Red. HEX triplet: 95, 31 and 35. RGB value is (149,49,53). Sum of RGB (Red+Green+Blue) = 149+49+53=251 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.36% from 251); Green value is 49 (19.53% from 255 or 19.52% from 251); Blue value is 53 (21.09% from 255 or 21.12% from 251); Max value from RGB is 149 - color contains mainly: red. Hex color #953135 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953135 is #6ACECA. Grayscale: #4F4F4F. Windows color (decimal): -6999755 or 3486101. OLE color: 3486101.

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

Color convert

RGB1494953-
CMYK00.670.640.42
HSL357.6º50.51%38.82%-
HSV(B)357.6º67.11%58.43%-
XYZ14.148.844.33-
YUV79.36113.13177.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 59.36%
GREEN value IS 49 (19.53% from 255) = 19.52%
BLUE value IS 53 (21.09% from 255) = 21.12%
R=59.36%
G=19.52%
B=21.12%

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
Decimal149495300.670.640.42357.650.5138.82
Hex953135043402A1663327
Octal22561650103100525466347
Binary10010101110001110101010000111000000101010101100110110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953135; }

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

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

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

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

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

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

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

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