Html Css Color HEX #9C353B Guardsman Red

📋 copy color: '#9C353B'

red 156 ◦ green 53 ◦ blue 59

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

Shades of Guardsman Red #9C353B

Tints of Guardsman Red #9C353B

RGB

 RED value IS 156 (61.33% from 255) = 58.21%

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

 BLUE value IS 59 (23.44% from 255) = 22.01%

R = 58.21%
G = 19.78%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.62

 K value IS 0.39

RGB Variations

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

Color information

#9C353B (or 0x9C353B) is known color: Guardsman Red. HEX triplet: 9C, 35 and 3B. RGB value is (156,53,59). Sum of RGB (Red+Green+Blue) = 156+53+59=268 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.21% from 268); Green value is 53 (21.09% from 255 or 19.78% from 268); Blue value is 59 (23.44% from 255 or 22.01% from 268); Max value from RGB is 156 - color contains mainly: red. Hex color #9C353B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C353B is #63CAC4. Grayscale: #545454. Windows color (decimal): -6539973 or 3880348. OLE color: 3880348.

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

Color convert

RGB 156 53 59 -
CMYK 0 0.66 0.62 0.39
HSL 356.5º 0.49% 0.41% -
HSV(B) 356.5º 0.66% 0.61% -
XYZ 15.77 9.93 5.22 -
YUV 84.48 113.62 179.01 -
System Red Green Blue C M Y K H S L
Decimal 156 53 59 0 0.66 0.62 0.39 356.5 0.49 0.41
Hex 9C 35 3B 0 42 3E 27 165 31 29
Octal 234 65 73 0 102 76 47 545 61 51
Binary 10011100 110101 111011 0 1000010 111110 100111 101100101 110001 101001

Color Harmonies of #9C353B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C353B

Black with #9C353B

Text Example


Text Example

White with #9C353B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,53,59); }

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

background-color css

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

 a { background-color: rgb(156,53,59); }

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

border-color css

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

 span { border-color: rgb(156,53,59); }

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