Html Css Color HEX #9B313C Guardsman Red

📋 copy color: '#9B313C'

red 155 ◦ green 49 ◦ blue 60

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

Shades of Guardsman Red #9B313C

Tints of Guardsman Red #9B313C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 22.73%

R = 58.71%
G = 18.56%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.61

 K value IS 0.39

RGB Variations

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

Color information

#9B313C (or 0x9B313C) is known color: Guardsman Red. HEX triplet: 9B, 31 and 3C. RGB value is (155,49,60). Sum of RGB (Red+Green+Blue) = 155+49+60=264 (34% of max value = 765). Red value is 155 (60.94% from 255 or 58.71% from 264); Green value is 49 (19.53% from 255 or 18.56% from 264); Blue value is 60 (23.83% from 255 or 22.73% from 264); Max value from RGB is 155 - color contains mainly: red. Hex color #9B313C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B313C is #64CEC3. Grayscale: #525252. Windows color (decimal): -6606532 or 3944859. OLE color: 3944859.

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

Color convert

RGB 155 49 60 -
CMYK 0 0.68 0.61 0.39
HSL 353.77º 0.52% 0.4% -
HSV(B) 353.77º 0.68% 0.61% -
XYZ 15.43 9.49 5.29 -
YUV 81.95 115.62 180.11 -
System Red Green Blue C M Y K H S L
Decimal 155 49 60 0 0.68 0.61 0.39 353.77 0.52 0.4
Hex 9B 31 3C 0 44 3D 27 162 34 28
Octal 233 61 74 0 104 75 47 542 64 50
Binary 10011011 110001 111100 0 1000100 111101 100111 101100010 110100 101000

Color Harmonies of #9B313C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B313C

Black with #9B313C

Text Example


Text Example

White with #9B313C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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