Html Css Color HEX #9B3036 Guardsman Red

📋 copy color: '#9B3036'

red 155 ◦ green 48 ◦ blue 54

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

Shades of Guardsman Red #9B3036

Tints of Guardsman Red #9B3036

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.68%

 BLUE value IS 54 (21.48% from 255) = 21.01%

R = 60.31%
G = 18.68%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0.39

RGB Variations

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

Color information

#9B3036 (or 0x9B3036) is known color: Guardsman Red. HEX triplet: 9B, 30 and 36. RGB value is (155,48,54). Sum of RGB (Red+Green+Blue) = 155+48+54=257 (34% of max value = 765). Red value is 155 (60.94% from 255 or 60.31% from 257); Green value is 48 (19.14% from 255 or 18.68% from 257); Blue value is 54 (21.48% from 255 or 21.01% from 257); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3036 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3036 is #64CFC9. Grayscale: #505050. Windows color (decimal): -6606794 or 3551387. OLE color: 3551387.

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

Color convert

RGB 155 48 54 -
CMYK 0 0.69 0.65 0.39
HSL 356.64º 0.53% 0.4% -
HSV(B) 356.64º 0.69% 0.61% -
XYZ 15.24 9.35 4.49 -
YUV 80.68 112.95 181.01 -
System Red Green Blue C M Y K H S L
Decimal 155 48 54 0 0.69 0.65 0.39 356.64 0.53 0.4
Hex 9B 30 36 0 45 41 27 165 35 28
Octal 233 60 66 0 105 101 47 545 65 50
Binary 10011011 110000 110110 0 1000101 1000001 100111 101100101 110101 101000

Color Harmonies of #9B3036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3036

Black with #9B3036

Text Example


Text Example

White with #9B3036

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,48,54); }

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

background-color css

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

 a { background-color: rgb(155,48,54); }

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

border-color css

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

 span { border-color: rgb(155,48,54); }

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