#953334

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

Shades of Guardsman Red #953334

Tints of Guardsman Red #953334

Color information

#953334 (or 0x953334) is unknown color: approx Guardsman Red. HEX triplet: 95, 33 and 34. RGB value is (149,51,52). Sum of RGB (Red+Green+Blue) = 149+51+52=252 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.13% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 52 (20.70% from 255 or 20.63% from 252); Max value from RGB is 149 - color contains mainly: red. Hex color #953334 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953334 is #6ACCCB. Grayscale: #505050. Windows color (decimal): -6999244 or 3421077. OLE color: 3421077.

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

Color convert

RGB1495152-
CMYK00.660.650.42
HSL359.39º49%39.22%-
HSV(B)359.39º65.77%58.43%-
XYZ14.29.014.24-
YUV80.42111.97176.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 59.13%
GREEN value IS 51 (20.31% from 255) = 20.24%
BLUE value IS 52 (20.70% from 255) = 20.63%
R=59.13%
G=20.24%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149515200.660.650.42359.394939.22
Hex953334042412A1673127
Octal22563640102101525476147
Binary10010101110011110100010000101000001101010101100111110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953334; }

 p { color: rgb(149,51,52); }

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

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

 a { background-color: rgb(149,51,52); }

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

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

 span { border-color: rgb(149,51,52); }

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