Html Css Color HEX #9C343A Guardsman Red

📋 copy color: '#9C343A'

red 156 ◦ green 52 ◦ blue 58

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

Shades of Guardsman Red #9C343A

Tints of Guardsman Red #9C343A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.55%

 BLUE value IS 58 (23.05% from 255) = 21.8%

R = 58.65%
G = 19.55%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.63

 K value IS 0.39

RGB Variations

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

Color information

#9C343A (or 0x9C343A) is known color: Guardsman Red. HEX triplet: 9C, 34 and 3A. RGB value is (156,52,58). Sum of RGB (Red+Green+Blue) = 156+52+58=266 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.65% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 156 - color contains mainly: red. Hex color #9C343A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C343A is #63CBC5. Grayscale: #535353. Windows color (decimal): -6540230 or 3814556. OLE color: 3814556.

HSL color Cylindrical-coordinate representation of color #9C343A: hue angle of 356.54º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9C343A is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 52 58 -
CMYK 0 0.67 0.63 0.39
HSL 356.54º 0.5% 0.41% -
HSV(B) 356.54º 0.67% 0.61% -
XYZ 15.7 9.83 5.07 -
YUV 83.78 113.46 179.51 -
System Red Green Blue C M Y K H S L
Decimal 156 52 58 0 0.67 0.63 0.39 356.54 0.5 0.41
Hex 9C 34 3A 0 43 3F 27 165 32 29
Octal 234 64 72 0 103 77 47 545 62 51
Binary 10011100 110100 111010 0 1000011 111111 100111 101100101 110010 101001

Color Harmonies of #9C343A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C343A

Black with #9C343A

Text Example


Text Example

White with #9C343A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,52,58); }

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

background-color css

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

 a { background-color: rgb(156,52,58); }

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

border-color css

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

 span { border-color: rgb(156,52,58); }

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