Html Css Color HEX #993039 Guardsman Red

📋 copy color: '#993039'

red 153 ◦ green 48 ◦ blue 57

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

Shades of Guardsman Red #993039

Tints of Guardsman Red #993039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 22.09%

R = 59.3%
G = 18.6%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.63

 K value IS 0.4

RGB Variations

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

Color information

#993039 (or 0x993039) is known color: Guardsman Red. HEX triplet: 99, 30 and 39. RGB value is (153,48,57). Sum of RGB (Red+Green+Blue) = 153+48+57=258 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.30% from 258); Green value is 48 (19.14% from 255 or 18.60% from 258); Blue value is 57 (22.66% from 255 or 22.09% from 258); Max value from RGB is 153 - color contains mainly: red. Hex color #993039 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993039 is #66CFC6. Grayscale: #505050. Windows color (decimal): -6737863 or 3747993. OLE color: 3747993.

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

Color convert

RGB 153 48 57 -
CMYK 0 0.69 0.63 0.4
HSL 354.86º 0.52% 0.39% -
HSV(B) 354.86º 0.69% 0.6% -
XYZ 14.93 9.18 4.86 -
YUV 80.42 114.79 179.77 -
System Red Green Blue C M Y K H S L
Decimal 153 48 57 0 0.69 0.63 0.4 354.86 0.52 0.39
Hex 99 30 39 0 45 3F 28 163 34 27
Octal 231 60 71 0 105 77 50 543 64 47
Binary 10011001 110000 111001 0 1000101 111111 101000 101100011 110100 100111

Color Harmonies of #993039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993039

Black with #993039

Text Example


Text Example

White with #993039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993039; }

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

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

background-color css

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

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

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

border-color css

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

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

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