Html Css Color HEX #9C323B Guardsman Red

📋 copy color: '#9C323B'

red 156 ◦ green 50 ◦ blue 59

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

Shades of Guardsman Red #9C323B

Tints of Guardsman Red #9C323B

RGB

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

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

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

R = 58.87%
G = 18.87%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.39

RGB Variations

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

Color information

#9C323B (or 0x9C323B) is known color: Guardsman Red. HEX triplet: 9C, 32 and 3B. RGB value is (156,50,59). Sum of RGB (Red+Green+Blue) = 156+50+59=265 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.87% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 59 (23.44% from 255 or 22.26% from 265); Max value from RGB is 156 - color contains mainly: red. Hex color #9C323B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C323B is #63CDC4. Grayscale: #525252. Windows color (decimal): -6540741 or 3879580. OLE color: 3879580.

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

Color convert

RGB 156 50 59 -
CMYK 0 0.68 0.62 0.39
HSL 354.91º 0.51% 0.4% -
HSV(B) 354.91º 0.68% 0.61% -
XYZ 15.64 9.66 5.18 -
YUV 82.72 114.62 180.27 -
System Red Green Blue C M Y K H S L
Decimal 156 50 59 0 0.68 0.62 0.39 354.91 0.51 0.4
Hex 9C 32 3B 0 44 3E 27 163 33 28
Octal 234 62 73 0 104 76 47 543 63 50
Binary 10011100 110010 111011 0 1000100 111110 100111 101100011 110011 101000

Color Harmonies of #9C323B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C323B

Black with #9C323B

Text Example


Text Example

White with #9C323B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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