Html Css Color HEX #99303F Guardsman Red

📋 copy color: '#99303F'

red 153 ◦ green 48 ◦ blue 63

#99303F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Guardsman Red #99303F

Tints of Guardsman Red #99303F

RGB

 RED value IS 153 (60.16% from 255) = 57.95%

 GREEN value IS 48 (19.14% from 255) = 18.18%

 BLUE value IS 63 (25% from 255) = 23.86%

R = 57.95%
G = 18.18%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.59

 K value IS 0.4

RGB Variations

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

Color information

#99303F (or 0x99303F) is known color: Guardsman Red. HEX triplet: 99, 30 and 3F. RGB value is (153,48,63). Sum of RGB (Red+Green+Blue) = 153+48+63=264 (34% of max value = 765). Red value is 153 (60.16% from 255 or 57.95% from 264); Green value is 48 (19.14% from 255 or 18.18% from 264); Blue value is 63 (25% from 255 or 23.86% from 264); Max value from RGB is 153 - color contains mainly: red. Hex color #99303F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99303F is #66CFC0. Grayscale: #515151. Windows color (decimal): -6737857 or 4141209. OLE color: 4141209.

HSL color Cylindrical-coordinate representation of color #99303F: hue angle of 351.43º 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 #99303F is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 48 63 -
CMYK 0 0.69 0.59 0.4
HSL 351.43º 0.52% 0.39% -
HSV(B) 351.43º 0.69% 0.6% -
XYZ 15.09 9.25 5.69 -
YUV 81.11 117.79 179.28 -
System Red Green Blue C M Y K H S L
Decimal 153 48 63 0 0.69 0.59 0.4 351.43 0.52 0.39
Hex 99 30 3F 0 45 3B 28 15F 34 27
Octal 231 60 77 0 105 73 50 537 64 47
Binary 10011001 110000 111111 0 1000101 111011 101000 101011111 110100 100111

Color Harmonies of #99303F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99303F

Black with #99303F

Text Example


Text Example

White with #99303F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #99303F;
 }
 .AnyTagClassName
 {
   color: #99303F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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