Html Css Color HEX #9C323C Guardsman Red

📋 copy color: '#9C323C'

red 156 ◦ green 50 ◦ blue 60

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

Shades of Guardsman Red #9C323C

Tints of Guardsman Red #9C323C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 22.56%

R = 58.65%
G = 18.8%
B = 22.56%

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

#9C323C (or 0x9C323C) is known color: Guardsman Red. HEX triplet: 9C, 32 and 3C. RGB value is (156,50,60). Sum of RGB (Red+Green+Blue) = 156+50+60=266 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.65% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 60 (23.83% from 255 or 22.56% from 266); Max value from RGB is 156 - color contains mainly: red. Hex color #9C323C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C323C is #63CDC3. Grayscale: #525252. Windows color (decimal): -6540740 or 3945116. OLE color: 3945116.

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

Color convert

RGB 156 50 60 -
CMYK 0 0.68 0.62 0.39
HSL 354.34º 0.51% 0.4% -
HSV(B) 354.34º 0.68% 0.61% -
XYZ 15.67 9.68 5.32 -
YUV 82.83 115.12 180.19 -
System Red Green Blue C M Y K H S L
Decimal 156 50 60 0 0.68 0.62 0.39 354.34 0.51 0.4
Hex 9C 32 3C 0 44 3E 27 162 33 28
Octal 234 62 74 0 104 76 47 542 63 50
Binary 10011100 110010 111100 0 1000100 111110 100111 101100010 110011 101000

Color Harmonies of #9C323C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C323C

Black with #9C323C

Text Example


Text Example

White with #9C323C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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