Html Css Color HEX #993238 Guardsman Red

📋 copy color: '#993238'

red 153 ◦ green 50 ◦ blue 56

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

Shades of Guardsman Red #993238

Tints of Guardsman Red #993238

RGB

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

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

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

R = 59.07%
G = 19.31%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.63

 K value IS 0.4

RGB Variations

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

Color information

#993238 (or 0x993238) is known color: Guardsman Red. HEX triplet: 99, 32 and 38. RGB value is (153,50,56). Sum of RGB (Red+Green+Blue) = 153+50+56=259 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.07% from 259); Green value is 50 (19.92% from 255 or 19.31% from 259); Blue value is 56 (22.27% from 255 or 21.62% from 259); Max value from RGB is 153 - color contains mainly: red. Hex color #993238 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993238 is #66CDC7. Grayscale: #515151. Windows color (decimal): -6737352 or 3682969. OLE color: 3682969.

HSL color Cylindrical-coordinate representation of color #993238: hue angle of 356.5º 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 #993238 is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 50 56 -
CMYK 0 0.67 0.63 0.4
HSL 356.5º 0.51% 0.4% -
HSV(B) 356.5º 0.67% 0.6% -
XYZ 14.99 9.34 4.75 -
YUV 81.48 113.62 179.01 -
System Red Green Blue C M Y K H S L
Decimal 153 50 56 0 0.67 0.63 0.4 356.5 0.51 0.4
Hex 99 32 38 0 43 3F 28 165 33 28
Octal 231 62 70 0 103 77 50 545 63 50
Binary 10011001 110010 111000 0 1000011 111111 101000 101100101 110011 101000

Color Harmonies of #993238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993238

Black with #993238

Text Example


Text Example

White with #993238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993238; }

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

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

background-color css

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

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

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

border-color css

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

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

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