#96292A

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

Shades of Guardsman Red #96292A

Tints of Guardsman Red #96292A

Color information

#96292A (or 0x96292A) is unknown color: approx Guardsman Red. HEX triplet: 96, 29 and 2A. RGB value is (150,41,42). Sum of RGB (Red+Green+Blue) = 150+41+42=233 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.38% from 233); Green value is 41 (16.41% from 255 or 17.60% from 233); Blue value is 42 (16.80% from 255 or 18.03% from 233); Max value from RGB is 150 - color contains mainly: red. Hex color #96292A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96292A is #69D6D5. Grayscale: #494949. Windows color (decimal): -6936278 or 2763158. OLE color: 2763158.

HSL color Cylindrical-coordinate representation of color #96292A: hue angle of 359.45º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #96292A is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.41.

Color convert

RGB1504142-
CMYK00.730.720.41
HSL359.45º57.07%37.45%-
HSV(B)359.45º72.67%58.82%-
XYZ13.798.243.05-
YUV73.7110.11182.42-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 64.38%
GREEN value IS 41 (16.41% from 255) = 17.60%
BLUE value IS 42 (16.80% from 255) = 18.03%
R=64.38%
G=17.60%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.72
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150414200.730.720.41359.4557.0737.45
Hex96292A04948291673925
Octal22651520111110515477145
Binary10010110101001101010010010011001000101001101100111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96292A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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