Html Css Color HEX #993138 Guardsman Red

📋 copy color: '#993138'

red 153 ◦ green 49 ◦ blue 56

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

Shades of Guardsman Red #993138

Tints of Guardsman Red #993138

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.99%

 BLUE value IS 56 (22.27% from 255) = 21.71%

R = 59.3%
G = 18.99%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.63

 K value IS 0.4

RGB Variations

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

Color information

#993138 (or 0x993138) is known color: Guardsman Red. HEX triplet: 99, 31 and 38. RGB value is (153,49,56). Sum of RGB (Red+Green+Blue) = 153+49+56=258 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.30% from 258); Green value is 49 (19.53% from 255 or 18.99% from 258); Blue value is 56 (22.27% from 255 or 21.71% from 258); Max value from RGB is 153 - color contains mainly: red. Hex color #993138 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993138 is #66CEC7. Grayscale: #505050. Windows color (decimal): -6737608 or 3682713. OLE color: 3682713.

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

Color convert

RGB 153 49 56 -
CMYK 0 0.68 0.63 0.4
HSL 355.96º 0.51% 0.4% -
HSV(B) 355.96º 0.68% 0.6% -
XYZ 14.95 9.25 4.74 -
YUV 80.89 113.96 179.43 -
System Red Green Blue C M Y K H S L
Decimal 153 49 56 0 0.68 0.63 0.4 355.96 0.51 0.4
Hex 99 31 38 0 44 3F 28 164 33 28
Octal 231 61 70 0 104 77 50 544 63 50
Binary 10011001 110001 111000 0 1000100 111111 101000 101100100 110011 101000

Color Harmonies of #993138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993138

Black with #993138

Text Example


Text Example

White with #993138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993138; }

 p { color: rgb(153,49,56); }

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

background-color css

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

 a { background-color: rgb(153,49,56); }

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

border-color css

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

 span { border-color: rgb(153,49,56); }

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