Html Css Color HEX #993233 Guardsman Red

📋 copy color: '#993233'

red 153 ◦ green 50 ◦ blue 51

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

Shades of Guardsman Red #993233

Tints of Guardsman Red #993233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 20.08%

R = 60.24%
G = 19.69%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.67

 K value IS 0.4

RGB Variations

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

Color information

#993233 (or 0x993233) is known color: Guardsman Red. HEX triplet: 99, 32 and 33. RGB value is (153,50,51). Sum of RGB (Red+Green+Blue) = 153+50+51=254 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.24% from 254); Green value is 50 (19.92% from 255 or 19.69% from 254); Blue value is 51 (20.31% from 255 or 20.08% from 254); Max value from RGB is 153 - color contains mainly: red. Hex color #993233 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993233 is #66CDCC. Grayscale: #515151. Windows color (decimal): -6737357 or 3355289. OLE color: 3355289.

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

Color convert

RGB 153 50 51 -
CMYK 0 0.67 0.67 0.4
HSL 359.42º 0.51% 0.4% -
HSV(B) 359.42º 0.67% 0.6% -
XYZ 14.88 9.29 4.14 -
YUV 80.91 111.12 179.42 -
System Red Green Blue C M Y K H S L
Decimal 153 50 51 0 0.67 0.67 0.4 359.42 0.51 0.4
Hex 99 32 33 0 43 43 28 167 33 28
Octal 231 62 63 0 103 103 50 547 63 50
Binary 10011001 110010 110011 0 1000011 1000011 101000 101100111 110011 101000

Color Harmonies of #993233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993233

Black with #993233

Text Example


Text Example

White with #993233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993233; }

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

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

background-color css

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

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

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

border-color css

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

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

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