#952F38

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

Shades of Guardsman Red #952F38

Tints of Guardsman Red #952F38

Color information

#952F38 (or 0x952F38) is unknown color: approx Guardsman Red. HEX triplet: 95, 2F and 38. RGB value is (149,47,56). Sum of RGB (Red+Green+Blue) = 149+47+56=252 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.13% from 252); Green value is 47 (18.75% from 255 or 18.65% from 252); Blue value is 56 (22.27% from 255 or 22.22% from 252); Max value from RGB is 149 - color contains mainly: red. Hex color #952F38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952F38 is #6AD0C7. Grayscale: #4E4E4E. Windows color (decimal): -7000264 or 3682197. OLE color: 3682197.

HSL color Cylindrical-coordinate representation of color #952F38: hue angle of 354.71º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #952F38 is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB1494756-
CMYK00.680.620.42
HSL354.71º52.04%38.43%-
HSV(B)354.71º68.46%58.43%-
XYZ14.128.714.68-
YUV78.52115.29178.27-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 59.13%
GREEN value IS 47 (18.75% from 255) = 18.65%
BLUE value IS 56 (22.27% from 255) = 22.22%
R=59.13%
G=18.65%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149475600.680.620.42354.7152.0438.43
Hex952F380443E2A1633426
Octal2255770010476525436446
Binary1001010110111111100001000100111110101010101100011110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952F38; }

 p { color: rgb(149,47,56); }

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

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

 a { background-color: rgb(149,47,56); }

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

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

 span { border-color: rgb(149,47,56); }

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