#9D303E

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

Shades of Guardsman Red #9D303E

Tints of Guardsman Red #9D303E

Color information

#9D303E (or 0x9D303E) is unknown color: approx Guardsman Red. HEX triplet: 9D, 30 and 3E. RGB value is (157,48,62). Sum of RGB (Red+Green+Blue) = 157+48+62=267 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.80% from 267); Green value is 48 (19.14% from 255 or 17.98% from 267); Blue value is 62 (24.61% from 255 or 23.22% from 267); Max value from RGB is 157 - color contains mainly: red. Hex color #9D303E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D303E is #62CFC1. Grayscale: #525252. Windows color (decimal): -6475714 or 4075677. OLE color: 4075677.

HSL color Cylindrical-coordinate representation of color #9D303E: hue angle of 352.29º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9D303E is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.38.

Color convert

RGB1574862-
CMYK00.690.610.38
HSL352.29º53.17%40.2%-
HSV(B)352.29º69.43%61.57%-
XYZ15.839.635.58-
YUV82.19116.61181.36-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 58.80%
GREEN value IS 48 (19.14% from 255) = 17.98%
BLUE value IS 62 (24.61% from 255) = 23.22%
R=58.80%
G=17.98%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.61
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157486200.690.610.38352.2953.1740.2
Hex9D303E0453D261603528
Octal2356076010575465406550
Binary1001110111000011111001000101111101100110101100000110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D303E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D303E; }

 p { color: rgb(157,48,62); }

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

<style>
 a { background-color: #9D303E; }

 a { background-color: rgb(157,48,62); }

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

<style>
 span { border-color: #9D303E; }

 span { border-color: rgb(157,48,62); }

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