Html Css Color HEX #9B3031 Guardsman Red

📋 copy color: '#9B3031'

red 155 ◦ green 48 ◦ blue 49

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

Shades of Guardsman Red #9B3031

Tints of Guardsman Red #9B3031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 19.44%

R = 61.51%
G = 19.05%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.39

RGB Variations

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

Color information

#9B3031 (or 0x9B3031) is known color: Guardsman Red. HEX triplet: 9B, 30 and 31. RGB value is (155,48,49). Sum of RGB (Red+Green+Blue) = 155+48+49=252 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.51% from 252); Green value is 48 (19.14% from 255 or 19.05% from 252); Blue value is 49 (19.53% from 255 or 19.44% from 252); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3031 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3031 is #64CFCE. Grayscale: #505050. Windows color (decimal): -6606799 or 3223707. OLE color: 3223707.

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

Color convert

RGB 155 48 49 -
CMYK 0 0.69 0.68 0.39
HSL 359.44º 0.53% 0.4% -
HSV(B) 359.44º 0.69% 0.61% -
XYZ 15.13 9.3 3.9 -
YUV 80.11 110.45 181.42 -
System Red Green Blue C M Y K H S L
Decimal 155 48 49 0 0.69 0.68 0.39 359.44 0.53 0.4
Hex 9B 30 31 0 45 44 27 167 35 28
Octal 233 60 61 0 105 104 47 547 65 50
Binary 10011011 110000 110001 0 1000101 1000100 100111 101100111 110101 101000

Color Harmonies of #9B3031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3031

Black with #9B3031

Text Example


Text Example

White with #9B3031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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