#952A2B

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

Shades of Guardsman Red #952A2B

Tints of Guardsman Red #952A2B

Color information

#952A2B (or 0x952A2B) is unknown color: approx Guardsman Red. HEX triplet: 95, 2A and 2B. RGB value is (149,42,43). Sum of RGB (Red+Green+Blue) = 149+42+43=234 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.68% from 234); Green value is 42 (16.80% from 255 or 17.95% from 234); Blue value is 43 (17.19% from 255 or 18.38% from 234); Max value from RGB is 149 - color contains mainly: red. Hex color #952A2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952A2B is #6AD5D4. Grayscale: #4A4A4A. Windows color (decimal): -7001557 or 2828949. OLE color: 2828949.

HSL color Cylindrical-coordinate representation of color #952A2B: hue angle of 359.44º 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 #952A2B is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB1494243-
CMYK00.720.710.42
HSL359.44º56.02%37.45%-
HSV(B)359.44º71.81%58.43%-
XYZ13.668.223.15-
YUV74.11110.45181.42-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 63.68%
GREEN value IS 42 (16.80% from 255) = 17.95%
BLUE value IS 43 (17.19% from 255) = 18.38%
R=63.68%
G=17.95%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149424300.720.710.42359.4456.0237.45
Hex952A2B048472A1673825
Octal22552530110107525477045
Binary10010101101010101011010010001000111101010101100111111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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