#96303A

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

Shades of Guardsman Red #96303A

Tints of Guardsman Red #96303A

Color information

#96303A (or 0x96303A) is unknown color: approx Guardsman Red. HEX triplet: 96, 30 and 3A. RGB value is (150,48,58). Sum of RGB (Red+Green+Blue) = 150+48+58=256 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.59% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 58 (23.05% from 255 or 22.66% from 256); Max value from RGB is 150 - color contains mainly: red. Hex color #96303A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96303A is #69CFC5. Grayscale: #4F4F4F. Windows color (decimal): -6934470 or 3813526. OLE color: 3813526.

HSL color Cylindrical-coordinate representation of color #96303A: hue angle of 354.12º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #96303A is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB1504858-
CMYK00.680.610.41
HSL354.12º51.52%38.82%-
HSV(B)354.12º68%58.82%-
XYZ14.48.94.96-
YUV79.64115.79178.19-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 58.59%
GREEN value IS 48 (19.14% from 255) = 18.75%
BLUE value IS 58 (23.05% from 255) = 22.66%
R=58.59%
G=18.75%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150485800.680.610.41354.1251.5238.82
Hex96303A0443D291623427
Octal2266072010475515426447
Binary1001011011000011101001000100111101101001101100010110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96303A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,48,58); }

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

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

 a { background-color: rgb(150,48,58); }

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

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

 span { border-color: rgb(150,48,58); }

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