Html Css Color HEX #9B313D Guardsman Red

📋 copy color: '#9B313D'

red 155 ◦ green 49 ◦ blue 61

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

Shades of Guardsman Red #9B313D

Tints of Guardsman Red #9B313D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 23.02%

R = 58.49%
G = 18.49%
B = 23.02%

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

#9B313D (or 0x9B313D) is known color: Guardsman Red. HEX triplet: 9B, 31 and 3D. RGB value is (155,49,61). Sum of RGB (Red+Green+Blue) = 155+49+61=265 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.49% from 265); Green value is 49 (19.53% from 255 or 18.49% from 265); Blue value is 61 (24.22% from 255 or 23.02% from 265); Max value from RGB is 155 - color contains mainly: red. Hex color #9B313D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B313D is #64CEC2. Grayscale: #525252. Windows color (decimal): -6606531 or 4010395. OLE color: 4010395.

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

Color convert

RGB 155 49 61 -
CMYK 0 0.68 0.61 0.39
HSL 353.21º 0.52% 0.4% -
HSV(B) 353.21º 0.68% 0.61% -
XYZ 15.46 9.5 5.43 -
YUV 82.06 116.12 180.02 -
System Red Green Blue C M Y K H S L
Decimal 155 49 61 0 0.68 0.61 0.39 353.21 0.52 0.4
Hex 9B 31 3D 0 44 3D 27 161 34 28
Octal 233 61 75 0 104 75 47 541 64 50
Binary 10011011 110001 111101 0 1000100 111101 100111 101100001 110100 101000

Color Harmonies of #9B313D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B313D

Black with #9B313D

Text Example


Text Example

White with #9B313D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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