Html Css Color HEX #99303E Guardsman Red

📋 copy color: '#99303E'

red 153 ◦ green 48 ◦ blue 62

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

Shades of Guardsman Red #99303E

Tints of Guardsman Red #99303E

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 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

#99303E (or 0x99303E) is known color: 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

RGB 153 48 62 -
CMYK 0 0.69 0.59 0.4
HSL 352º 0.52% 0.39% -
HSV(B) 352º 0.69% 0.6% -
XYZ 15.06 9.23 5.55 -
YUV 80.99 117.29 179.36 -
System Red Green Blue C M Y K H S L
Decimal 153 48 62 0 0.69 0.59 0.4 352 0.52 0.39
Hex 99 30 3E 0 45 3B 28 160 34 27
Octal 231 60 76 0 105 73 50 540 64 47
Binary 10011001 110000 111110 0 1000101 111011 101000 101100000 110100 100111

Color Harmonies of #99303E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99303E

Black with #99303E

Text Example


Text Example

White with #99303E

Text Example


Text Example

HTML Codes & Css Web 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>