Html Css Color HEX #99303C Guardsman Red

📋 copy color: '#99303C'

red 153 ◦ green 48 ◦ blue 60

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

Shades of Guardsman Red #99303C

Tints of Guardsman Red #99303C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 22.99%

R = 58.62%
G = 18.39%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.61

 K value IS 0.4

RGB Variations

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

Color information

#99303C (or 0x99303C) is known color: Guardsman Red. HEX triplet: 99, 30 and 3C. RGB value is (153,48,60). Sum of RGB (Red+Green+Blue) = 153+48+60=261 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.62% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 60 (23.83% from 255 or 22.99% from 261); Max value from RGB is 153 - color contains mainly: red. Hex color #99303C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99303C is #66CFC3. Grayscale: #505050. Windows color (decimal): -6737860 or 3944601. OLE color: 3944601.

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

Color convert

RGB 153 48 60 -
CMYK 0 0.69 0.61 0.4
HSL 353.14º 0.52% 0.39% -
HSV(B) 353.14º 0.69% 0.6% -
XYZ 15.01 9.21 5.26 -
YUV 80.76 116.29 179.52 -
System Red Green Blue C M Y K H S L
Decimal 153 48 60 0 0.69 0.61 0.4 353.14 0.52 0.39
Hex 99 30 3C 0 45 3D 28 161 34 27
Octal 231 60 74 0 105 75 50 541 64 47
Binary 10011001 110000 111100 0 1000101 111101 101000 101100001 110100 100111

Color Harmonies of #99303C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99303C

Black with #99303C

Text Example


Text Example

White with #99303C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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