#99303E

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

Shades of Guardsman Red #99303E

Tints of Guardsman Red #99303E

Color information

#99303E (or 0x99303E) is unknown color: approx Guardsman Red. HEX triplet: 99, 30 and 3E. RGB value is (153,48,62). Sum of RGB (Red+Green+Blue) = 153+48+62=263 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.17% from 263); Green value is 48 (19.14% from 255 or 18.25% from 263); Blue value is 62 (24.61% from 255 or 23.57% from 263); Max value from RGB is 153 - color contains mainly: red. Hex color #99303E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99303E is #66CFC1. Grayscale: #515151. Windows color (decimal): -6737858 or 4075673. OLE color: 4075673.

HSL color Cylindrical-coordinate representation of color #99303E: hue angle of 352º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #99303E is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.4.

Color convert

RGB1534862-
CMYK00.690.590.4
HSL352º52.24%39.41%-
HSV(B)352º68.63%60%-
XYZ15.069.235.55-
YUV80.99117.29179.36-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 58.17%
GREEN value IS 48 (19.14% from 255) = 18.25%
BLUE value IS 62 (24.61% from 255) = 23.57%
R=58.17%
G=18.25%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.59
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153486200.690.590.435252.2439.41
Hex99303E0453B281603427
Octal2316076010573505406447
Binary1001100111000011111001000101111011101000101100000110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99303E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99303E; }

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

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

<style>
 a { background-color: #99303E; }

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

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

<style>
 span { border-color: #99303E; }

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

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