#952D2F

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

Shades of Guardsman Red #952D2F

Tints of Guardsman Red #952D2F

Color information

#952D2F (or 0x952D2F) is unknown color: approx Guardsman Red. HEX triplet: 95, 2D and 2F. RGB value is (149,45,47). Sum of RGB (Red+Green+Blue) = 149+45+47=241 (31% of max value = 765). Red value is 149 (58.59% from 255 or 61.83% from 241); Green value is 45 (17.97% from 255 or 18.67% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 149 - color contains mainly: red. Hex color #952D2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952D2F is #6AD2D0. Grayscale: #4C4C4C. Windows color (decimal): -7000785 or 3091861. OLE color: 3091861.

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

Color convert

RGB1494547-
CMYK00.700.680.42
HSL358.85º53.61%38.04%-
HSV(B)358.85º69.8%58.43%-
XYZ13.858.473.59-
YUV76.32111.46179.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 61.83%
GREEN value IS 45 (17.97% from 255) = 18.67%
BLUE value IS 47 (18.75% from 255) = 19.50%
R=61.83%
G=18.67%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149454700.700.680.42358.8553.6138.04
Hex952D2F046442A1673626
Octal22555570106104525476646
Binary10010101101101101111010001101000100101010101100111110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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