#95292A

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

Shades of Guardsman Red #95292A

Tints of Guardsman Red #95292A

Color information

#95292A (or 0x95292A) is unknown color: approx Guardsman Red. HEX triplet: 95, 29 and 2A. RGB value is (149,41,42). Sum of RGB (Red+Green+Blue) = 149+41+42=232 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.22% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 42 (16.80% from 255 or 18.10% from 232); Max value from RGB is 149 - color contains mainly: red. Hex color #95292A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95292A is #6AD6D5. Grayscale: #494949. Windows color (decimal): -7001814 or 2763157. OLE color: 2763157.

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

Color convert

RGB1494142-
CMYK00.720.720.42
HSL359.44º56.84%37.25%-
HSV(B)359.44º72.48%58.43%-
XYZ13.618.143.05-
YUV73.41110.28181.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 64.22%
GREEN value IS 41 (16.41% from 255) = 17.67%
BLUE value IS 42 (16.80% from 255) = 18.10%
R=64.22%
G=17.67%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149414200.720.720.42359.4456.8437.25
Hex95292A048482A1673925
Octal22551520110110525477145
Binary10010101101001101010010010001001000101010101100111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95292A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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