Html Css Color HEX #9B3334 Guardsman Red

📋 copy color: '#9B3334'

red 155 ◦ green 51 ◦ blue 52

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

Shades of Guardsman Red #9B3334

Tints of Guardsman Red #9B3334

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.77%

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

R = 60.08%
G = 19.77%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.39

RGB Variations

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

Color information

#9B3334 (or 0x9B3334) is known color: Guardsman Red. HEX triplet: 9B, 33 and 34. RGB value is (155,51,52). Sum of RGB (Red+Green+Blue) = 155+51+52=258 (34% of max value = 765). Red value is 155 (60.94% from 255 or 60.08% from 258); Green value is 51 (20.31% from 255 or 19.77% from 258); Blue value is 52 (20.70% from 255 or 20.16% from 258); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3334 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3334 is #64CCCB. Grayscale: #525252. Windows color (decimal): -6606028 or 3421083. OLE color: 3421083.

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

Color convert

RGB 155 51 52 -
CMYK 0 0.67 0.66 0.39
HSL 359.42º 0.5% 0.4% -
HSV(B) 359.42º 0.67% 0.61% -
XYZ 15.32 9.58 4.29 -
YUV 82.21 110.96 179.92 -
System Red Green Blue C M Y K H S L
Decimal 155 51 52 0 0.67 0.66 0.39 359.42 0.5 0.4
Hex 9B 33 34 0 43 42 27 167 32 28
Octal 233 63 64 0 103 102 47 547 62 50
Binary 10011011 110011 110100 0 1000011 1000010 100111 101100111 110010 101000

Color Harmonies of #9B3334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3334

Black with #9B3334

Text Example


Text Example

White with #9B3334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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