Html Css Color HEX #9B323D Guardsman Red

📋 copy color: '#9B323D'

red 155 ◦ green 50 ◦ blue 61

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

Shades of Guardsman Red #9B323D

Tints of Guardsman Red #9B323D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.8%

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

R = 58.27%
G = 18.8%
B = 22.93%

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

#9B323D (or 0x9B323D) is known color: Guardsman Red. HEX triplet: 9B, 32 and 3D. RGB value is (155,50,61). Sum of RGB (Red+Green+Blue) = 155+50+61=266 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.27% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 61 (24.22% from 255 or 22.93% from 266); Max value from RGB is 155 - color contains mainly: red. Hex color #9B323D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B323D is #64CDC2. Grayscale: #525252. Windows color (decimal): -6606275 or 4010651. OLE color: 4010651.

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

Color convert

RGB 155 50 61 -
CMYK 0 0.68 0.61 0.39
HSL 353.71º 0.51% 0.4% -
HSV(B) 353.71º 0.68% 0.61% -
XYZ 15.5 9.59 5.45 -
YUV 82.65 115.79 179.61 -
System Red Green Blue C M Y K H S L
Decimal 155 50 61 0 0.68 0.61 0.39 353.71 0.51 0.4
Hex 9B 32 3D 0 44 3D 27 162 33 28
Octal 233 62 75 0 104 75 47 542 63 50
Binary 10011011 110010 111101 0 1000100 111101 100111 101100010 110011 101000

Color Harmonies of #9B323D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B323D

Black with #9B323D

Text Example


Text Example

White with #9B323D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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