Html Css Color HEX #992B33 Guardsman Red

📋 copy color: '#992B33'

red 153 ◦ green 43 ◦ blue 51

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

Shades of Guardsman Red #992B33

Tints of Guardsman Red #992B33

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.41%

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

R = 61.94%
G = 17.41%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.4

RGB Variations

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

Color information

#992B33 (or 0x992B33) is known color: Guardsman Red. HEX triplet: 99, 2B and 33. RGB value is (153,43,51). Sum of RGB (Red+Green+Blue) = 153+43+51=247 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.94% from 247); Green value is 43 (17.19% from 255 or 17.41% from 247); Blue value is 51 (20.31% from 255 or 20.65% from 247); Max value from RGB is 153 - color contains mainly: red. Hex color #992B33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992B33 is #66D4CC. Grayscale: #4C4C4C. Windows color (decimal): -6739149 or 3353497. OLE color: 3353497.

HSL color Cylindrical-coordinate representation of color #992B33: hue angle of 355.64º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #992B33 is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 43 51 -
CMYK 0 0.72 0.67 0.4
HSL 355.64º 0.56% 0.38% -
HSV(B) 355.64º 0.72% 0.6% -
XYZ 14.6 8.74 4.05 -
YUV 76.8 113.44 182.35 -
System Red Green Blue C M Y K H S L
Decimal 153 43 51 0 0.72 0.67 0.4 355.64 0.56 0.38
Hex 99 2B 33 0 48 43 28 164 38 26
Octal 231 53 63 0 110 103 50 544 70 46
Binary 10011001 101011 110011 0 1001000 1000011 101000 101100100 111000 100110

Color Harmonies of #992B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992B33

Black with #992B33

Text Example


Text Example

White with #992B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992B33; }

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

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

background-color css

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

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

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

border-color css

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

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

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