Html Css Color HEX #9C323F Guardsman Red

📋 copy color: '#9C323F'

red 156 ◦ green 50 ◦ blue 63

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

Shades of Guardsman Red #9C323F

Tints of Guardsman Red #9C323F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.42%

R = 57.99%
G = 18.59%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.60

 K value IS 0.39

RGB Variations

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

Color information

#9C323F (or 0x9C323F) is known color: Guardsman Red. HEX triplet: 9C, 32 and 3F. RGB value is (156,50,63). Sum of RGB (Red+Green+Blue) = 156+50+63=269 (35% of max value = 765). Red value is 156 (61.33% from 255 or 57.99% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 63 (25% from 255 or 23.42% from 269); Max value from RGB is 156 - color contains mainly: red. Hex color #9C323F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C323F is #63CDC0. Grayscale: #535353. Windows color (decimal): -6540737 or 4141724. OLE color: 4141724.

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

Color convert

RGB 156 50 63 -
CMYK 0 0.68 0.60 0.39
HSL 352.64º 0.51% 0.4% -
HSV(B) 352.64º 0.68% 0.61% -
XYZ 15.75 9.71 5.75 -
YUV 83.18 116.62 179.94 -
System Red Green Blue C M Y K H S L
Decimal 156 50 63 0 0.68 0.60 0.39 352.64 0.51 0.4
Hex 9C 32 3F 0 44 3C 27 161 33 28
Octal 234 62 77 0 104 74 47 541 63 50
Binary 10011100 110010 111111 0 1000100 111100 100111 101100001 110011 101000

Color Harmonies of #9C323F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C323F

Black with #9C323F

Text Example


Text Example

White with #9C323F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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