Html Css Color HEX #993236 Guardsman Red

📋 copy color: '#993236'

red 153 ◦ green 50 ◦ blue 54

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

Shades of Guardsman Red #993236

Tints of Guardsman Red #993236

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.46%

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

R = 59.53%
G = 19.46%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.4

RGB Variations

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

Color information

#993236 (or 0x993236) is known color: Guardsman Red. HEX triplet: 99, 32 and 36. RGB value is (153,50,54). Sum of RGB (Red+Green+Blue) = 153+50+54=257 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.53% from 257); Green value is 50 (19.92% from 255 or 19.46% from 257); Blue value is 54 (21.48% from 255 or 21.01% from 257); Max value from RGB is 153 - color contains mainly: red. Hex color #993236 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993236 is #66CDC9. Grayscale: #515151. Windows color (decimal): -6737354 or 3551897. OLE color: 3551897.

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

Color convert

RGB 153 50 54 -
CMYK 0 0.67 0.65 0.4
HSL 357.67º 0.51% 0.4% -
HSV(B) 357.67º 0.67% 0.6% -
XYZ 14.94 9.32 4.5 -
YUV 81.25 112.62 179.17 -
System Red Green Blue C M Y K H S L
Decimal 153 50 54 0 0.67 0.65 0.4 357.67 0.51 0.4
Hex 99 32 36 0 43 41 28 166 33 28
Octal 231 62 66 0 103 101 50 546 63 50
Binary 10011001 110010 110110 0 1000011 1000001 101000 101100110 110011 101000

Color Harmonies of #993236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993236

Black with #993236

Text Example


Text Example

White with #993236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993236; }

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

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

background-color css

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

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

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

border-color css

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

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

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