Html Css Color HEX #9B323A Guardsman Red

📋 copy color: '#9B323A'

red 155 ◦ green 50 ◦ blue 58

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

Shades of Guardsman Red #9B323A

Tints of Guardsman Red #9B323A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 22.05%

R = 58.94%
G = 19.01%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.63

 K value IS 0.39

RGB Variations

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

Color information

#9B323A (or 0x9B323A) is known color: Guardsman Red. HEX triplet: 9B, 32 and 3A. RGB value is (155,50,58). Sum of RGB (Red+Green+Blue) = 155+50+58=263 (34% of max value = 765). Red value is 155 (60.94% from 255 or 58.94% from 263); Green value is 50 (19.92% from 255 or 19.01% from 263); Blue value is 58 (23.05% from 255 or 22.05% from 263); Max value from RGB is 155 - color contains mainly: red. Hex color #9B323A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B323A is #64CDC5. Grayscale: #525252. Windows color (decimal): -6606278 or 3814043. OLE color: 3814043.

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

Color convert

RGB 155 50 58 -
CMYK 0 0.68 0.63 0.39
HSL 355.43º 0.51% 0.4% -
HSV(B) 355.43º 0.68% 0.61% -
XYZ 15.42 9.56 5.03 -
YUV 82.31 114.29 179.85 -
System Red Green Blue C M Y K H S L
Decimal 155 50 58 0 0.68 0.63 0.39 355.43 0.51 0.4
Hex 9B 32 3A 0 44 3F 27 163 33 28
Octal 233 62 72 0 104 77 47 543 63 50
Binary 10011011 110010 111010 0 1000100 111111 100111 101100011 110011 101000

Color Harmonies of #9B323A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B323A

Black with #9B323A

Text Example


Text Example

White with #9B323A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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