Html Css Color HEX #9C2C31 Guardsman Red

📋 copy color: '#9C2C31'

red 156 ◦ green 44 ◦ blue 49

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

Shades of Guardsman Red #9C2C31

Tints of Guardsman Red #9C2C31

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.67%

 BLUE value IS 49 (19.53% from 255) = 19.68%

R = 62.65%
G = 17.67%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.39

RGB Variations

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

Color information

#9C2C31 (or 0x9C2C31) is known color: Guardsman Red. HEX triplet: 9C, 2C and 31. RGB value is (156,44,49). Sum of RGB (Red+Green+Blue) = 156+44+49=249 (32% of max value = 765). Red value is 156 (61.33% from 255 or 62.65% from 249); Green value is 44 (17.58% from 255 or 17.67% from 249); Blue value is 49 (19.53% from 255 or 19.68% from 249); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2C31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2C31 is #63D3CE. Grayscale: #4E4E4E. Windows color (decimal): -6542287 or 3222684. OLE color: 3222684.

HSL color Cylindrical-coordinate representation of color #9C2C31: hue angle of 357.32º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9C2C31 is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 44 49 -
CMYK 0 0.72 0.69 0.39
HSL 357.32º 0.56% 0.39% -
HSV(B) 357.32º 0.72% 0.61% -
XYZ 15.17 9.09 3.86 -
YUV 78.06 111.61 183.59 -
System Red Green Blue C M Y K H S L
Decimal 156 44 49 0 0.72 0.69 0.39 357.32 0.56 0.39
Hex 9C 2C 31 0 48 45 27 165 38 27
Octal 234 54 61 0 110 105 47 545 70 47
Binary 10011100 101100 110001 0 1001000 1000101 100111 101100101 111000 100111

Color Harmonies of #9C2C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2C31

Black with #9C2C31

Text Example


Text Example

White with #9C2C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,44,49); }

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

background-color css

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

 a { background-color: rgb(156,44,49); }

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

border-color css

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

 span { border-color: rgb(156,44,49); }

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