Html Css Color HEX #9B333A Guardsman Red

📋 copy color: '#9B333A'

red 155 ◦ green 51 ◦ blue 58

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

Shades of Guardsman Red #9B333A

Tints of Guardsman Red #9B333A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.97%

R = 58.71%
G = 19.32%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.63

 K value IS 0.39

RGB Variations

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

Color information

#9B333A (or 0x9B333A) is known color: Guardsman Red. HEX triplet: 9B, 33 and 3A. RGB value is (155,51,58). Sum of RGB (Red+Green+Blue) = 155+51+58=264 (34% of max value = 765). Red value is 155 (60.94% from 255 or 58.71% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 58 (23.05% from 255 or 21.97% from 264); Max value from RGB is 155 - color contains mainly: red. Hex color #9B333A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B333A is #64CCC5. Grayscale: #525252. Windows color (decimal): -6606022 or 3814299. OLE color: 3814299.

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

Color convert

RGB 155 51 58 -
CMYK 0 0.67 0.63 0.39
HSL 355.96º 0.5% 0.4% -
HSV(B) 355.96º 0.67% 0.61% -
XYZ 15.47 9.64 5.05 -
YUV 82.89 113.96 179.43 -
System Red Green Blue C M Y K H S L
Decimal 155 51 58 0 0.67 0.63 0.39 355.96 0.5 0.4
Hex 9B 33 3A 0 43 3F 27 164 32 28
Octal 233 63 72 0 103 77 47 544 62 50
Binary 10011011 110011 111010 0 1000011 111111 100111 101100100 110010 101000

Color Harmonies of #9B333A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B333A

Black with #9B333A

Text Example


Text Example

White with #9B333A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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