#95292B

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

Shades of Guardsman Red #95292B

Tints of Guardsman Red #95292B

Color information

#95292B (or 0x95292B) is unknown color: approx Guardsman Red. HEX triplet: 95, 29 and 2B. RGB value is (149,41,43). Sum of RGB (Red+Green+Blue) = 149+41+43=233 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.95% from 233); Green value is 41 (16.41% from 255 or 17.60% from 233); Blue value is 43 (17.19% from 255 or 18.45% from 233); Max value from RGB is 149 - color contains mainly: red. Hex color #95292B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95292B is #6AD6D4. Grayscale: #494949. Windows color (decimal): -7001813 or 2828693. OLE color: 2828693.

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

Color convert

RGB1494143-
CMYK00.720.710.42
HSL358.89º56.84%37.25%-
HSV(B)358.89º72.48%58.43%-
XYZ13.628.153.14-
YUV73.52110.78181.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 63.95%
GREEN value IS 41 (16.41% from 255) = 17.60%
BLUE value IS 43 (17.19% from 255) = 18.45%
R=63.95%
G=17.60%
B=18.45%

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
Decimal149414300.720.710.42358.8956.8437.25
Hex95292B048472A1673925
Octal22551530110107525477145
Binary10010101101001101011010010001000111101010101100111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95292B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95292B; }

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

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

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

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

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

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

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

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