Html Css Color HEX #9B353A Guardsman Red

📋 copy color: '#9B353A'

red 155 ◦ green 53 ◦ blue 58

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

Shades of Guardsman Red #9B353A

Tints of Guardsman Red #9B353A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.92%

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

R = 58.27%
G = 19.92%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.63

 K value IS 0.39

RGB Variations

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

Color information

#9B353A (or 0x9B353A) is known color: Guardsman Red. HEX triplet: 9B, 35 and 3A. RGB value is (155,53,58). Sum of RGB (Red+Green+Blue) = 155+53+58=266 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.27% from 266); Green value is 53 (21.09% from 255 or 19.92% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 155 - color contains mainly: red. Hex color #9B353A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B353A is #64CAC5. Grayscale: #545454. Windows color (decimal): -6605510 or 3814811. OLE color: 3814811.

HSL color Cylindrical-coordinate representation of color #9B353A: hue angle of 357.06º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9B353A is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 53 58 -
CMYK 0 0.66 0.63 0.39
HSL 357.06º 0.49% 0.41% -
HSV(B) 357.06º 0.66% 0.61% -
XYZ 15.55 9.82 5.08 -
YUV 84.07 113.29 178.59 -
System Red Green Blue C M Y K H S L
Decimal 155 53 58 0 0.66 0.63 0.39 357.06 0.49 0.41
Hex 9B 35 3A 0 42 3F 27 165 31 29
Octal 233 65 72 0 102 77 47 545 61 51
Binary 10011011 110101 111010 0 1000010 111111 100111 101100101 110001 101001

Color Harmonies of #9B353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B353A

Black with #9B353A

Text Example


Text Example

White with #9B353A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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