Html Css Color HEX #9B3133 Guardsman Red

📋 copy color: '#9B3133'

red 155 ◦ green 49 ◦ blue 51

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

Shades of Guardsman Red #9B3133

Tints of Guardsman Red #9B3133

RGB

 RED value IS 155 (60.94% from 255) = 60.78%

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

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

R = 60.78%
G = 19.22%
B = 20%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0.39

RGB Variations

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

Color information

#9B3133 (or 0x9B3133) is known color: Guardsman Red. HEX triplet: 9B, 31 and 33. RGB value is (155,49,51). Sum of RGB (Red+Green+Blue) = 155+49+51=255 (33% of max value = 765). Red value is 155 (60.94% from 255 or 60.78% from 255); Green value is 49 (19.53% from 255 or 19.22% from 255); Blue value is 51 (20.31% from 255 or 20% from 255); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3133 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3133 is #64CECC. Grayscale: #515151. Windows color (decimal): -6606541 or 3355035. OLE color: 3355035.

HSL color Cylindrical-coordinate representation of color #9B3133: hue angle of 358.87º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9B3133 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 49 51 -
CMYK 0 0.68 0.67 0.39
HSL 358.87º 0.52% 0.4% -
HSV(B) 358.87º 0.68% 0.61% -
XYZ 15.21 9.4 4.15 -
YUV 80.92 111.12 180.84 -
System Red Green Blue C M Y K H S L
Decimal 155 49 51 0 0.68 0.67 0.39 358.87 0.52 0.4
Hex 9B 31 33 0 44 43 27 167 34 28
Octal 233 61 63 0 104 103 47 547 64 50
Binary 10011011 110001 110011 0 1000100 1000011 100111 101100111 110100 101000

Color Harmonies of #9B3133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3133

Black with #9B3133

Text Example


Text Example

White with #9B3133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B3133; }

 p { color: rgb(155,49,51); }

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

background-color css

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

 a { background-color: rgb(155,49,51); }

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

border-color css

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

 span { border-color: rgb(155,49,51); }

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