Html Css Color HEX #993134 Guardsman Red

📋 copy color: '#993134'

red 153 ◦ green 49 ◦ blue 52

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

Shades of Guardsman Red #993134

Tints of Guardsman Red #993134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 20.47%

R = 60.24%
G = 19.29%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.4

RGB Variations

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

Color information

#993134 (or 0x993134) is known color: Guardsman Red. HEX triplet: 99, 31 and 34. RGB value is (153,49,52). Sum of RGB (Red+Green+Blue) = 153+49+52=254 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.24% from 254); Green value is 49 (19.53% from 255 or 19.29% from 254); Blue value is 52 (20.70% from 255 or 20.47% from 254); Max value from RGB is 153 - color contains mainly: red. Hex color #993134 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993134 is #66CECB. Grayscale: #505050. Windows color (decimal): -6737612 or 3420569. OLE color: 3420569.

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

Color convert

RGB 153 49 52 -
CMYK 0 0.68 0.66 0.4
HSL 358.27º 0.51% 0.4% -
HSV(B) 358.27º 0.68% 0.6% -
XYZ 14.86 9.22 4.24 -
YUV 80.44 111.96 179.76 -
System Red Green Blue C M Y K H S L
Decimal 153 49 52 0 0.68 0.66 0.4 358.27 0.51 0.4
Hex 99 31 34 0 44 42 28 166 33 28
Octal 231 61 64 0 104 102 50 546 63 50
Binary 10011001 110001 110100 0 1000100 1000010 101000 101100110 110011 101000

Color Harmonies of #993134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993134

Black with #993134

Text Example


Text Example

White with #993134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993134; }

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

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

background-color css

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

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

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

border-color css

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

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

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