Html Css Color HEX #9C323E Guardsman Red

📋 copy color: '#9C323E'

red 156 ◦ green 50 ◦ blue 62

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

Shades of Guardsman Red #9C323E

Tints of Guardsman Red #9C323E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 23.13%

R = 58.21%
G = 18.66%
B = 23.13%

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

#9C323E (or 0x9C323E) is known color: Guardsman Red. HEX triplet: 9C, 32 and 3E. RGB value is (156,50,62). Sum of RGB (Red+Green+Blue) = 156+50+62=268 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.21% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 62 (24.61% from 255 or 23.13% from 268); Max value from RGB is 156 - color contains mainly: red. Hex color #9C323E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C323E is #63CDC1. Grayscale: #535353. Windows color (decimal): -6540738 or 4076188. OLE color: 4076188.

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

Color convert

RGB 156 50 62 -
CMYK 0 0.68 0.60 0.39
HSL 353.21º 0.51% 0.4% -
HSV(B) 353.21º 0.68% 0.61% -
XYZ 15.72 9.7 5.6 -
YUV 83.06 116.12 180.02 -
System Red Green Blue C M Y K H S L
Decimal 156 50 62 0 0.68 0.60 0.39 353.21 0.51 0.4
Hex 9C 32 3E 0 44 3C 27 161 33 28
Octal 234 62 76 0 104 74 47 541 63 50
Binary 10011100 110010 111110 0 1000100 111100 100111 101100001 110011 101000

Color Harmonies of #9C323E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C323E

Black with #9C323E

Text Example


Text Example

White with #9C323E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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