#952A2C

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

Shades of Guardsman Red #952A2C

Tints of Guardsman Red #952A2C

Color information

#952A2C (or 0x952A2C) is unknown color: approx Guardsman Red. HEX triplet: 95, 2A and 2C. RGB value is (149,42,44). Sum of RGB (Red+Green+Blue) = 149+42+44=235 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.40% from 235); Green value is 42 (16.80% from 255 or 17.87% from 235); Blue value is 44 (17.58% from 255 or 18.72% from 235); Max value from RGB is 149 - color contains mainly: red. Hex color #952A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952A2C is #6AD5D3. Grayscale: #4A4A4A. Windows color (decimal): -7001556 or 2894485. OLE color: 2894485.

HSL color Cylindrical-coordinate representation of color #952A2C: hue angle of 358.88º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #952A2C is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB1494244-
CMYK00.720.700.42
HSL358.88º56.02%37.45%-
HSV(B)358.88º71.81%58.43%-
XYZ13.688.233.25-
YUV74.22110.95181.34-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 63.40%
GREEN value IS 42 (16.80% from 255) = 17.87%
BLUE value IS 44 (17.58% from 255) = 18.72%
R=63.40%
G=17.87%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149424400.720.700.42358.8856.0237.45
Hex952A2C048462A1673825
Octal22552540110106525477045
Binary10010101101010101100010010001000110101010101100111111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,42,44); }

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

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

 a { background-color: rgb(149,42,44); }

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

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

 span { border-color: rgb(149,42,44); }

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