Html Css Color HEX #993436 Guardsman Red

📋 copy color: '#993436'

red 153 ◦ green 52 ◦ blue 54

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

Shades of Guardsman Red #993436

Tints of Guardsman Red #993436

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.08%

 BLUE value IS 54 (21.48% from 255) = 20.85%

R = 59.07%
G = 20.08%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.65

 K value IS 0.4

RGB Variations

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

Color information

#993436 (or 0x993436) is known color: Guardsman Red. HEX triplet: 99, 34 and 36. RGB value is (153,52,54). Sum of RGB (Red+Green+Blue) = 153+52+54=259 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.07% from 259); Green value is 52 (20.70% from 255 or 20.08% from 259); Blue value is 54 (21.48% from 255 or 20.85% from 259); Max value from RGB is 153 - color contains mainly: red. Hex color #993436 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993436 is #66CBC9. Grayscale: #525252. Windows color (decimal): -6736842 or 3552409. OLE color: 3552409.

HSL color Cylindrical-coordinate representation of color #993436: hue angle of 358.81º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #993436 is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 52 54 -
CMYK 0 0.66 0.65 0.4
HSL 358.81º 0.49% 0.4% -
HSV(B) 358.81º 0.66% 0.6% -
XYZ 15.03 9.49 4.53 -
YUV 82.43 111.96 178.34 -
System Red Green Blue C M Y K H S L
Decimal 153 52 54 0 0.66 0.65 0.4 358.81 0.49 0.4
Hex 99 34 36 0 42 41 28 167 31 28
Octal 231 64 66 0 102 101 50 547 61 50
Binary 10011001 110100 110110 0 1000010 1000001 101000 101100111 110001 101000

Color Harmonies of #993436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993436

Black with #993436

Text Example


Text Example

White with #993436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993436; }

 p { color: rgb(153,52,54); }

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

background-color css

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

 a { background-color: rgb(153,52,54); }

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

border-color css

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

 span { border-color: rgb(153,52,54); }

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