Html Css Color HEX #9C2831 Guardsman Red

📋 copy color: '#9C2831'

red 156 ◦ green 40 ◦ blue 49

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

Shades of Guardsman Red #9C2831

Tints of Guardsman Red #9C2831

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.33%

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

R = 63.67%
G = 16.33%
B = 20%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.39

RGB Variations

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

Color information

#9C2831 (or 0x9C2831) is known color: Guardsman Red. HEX triplet: 9C, 28 and 31. RGB value is (156,40,49). Sum of RGB (Red+Green+Blue) = 156+40+49=245 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.67% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 49 (19.53% from 255 or 20% from 245); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2831 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2831 is #63D7CE. Grayscale: #4B4B4B. Windows color (decimal): -6543311 or 3221660. OLE color: 3221660.

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

Color convert

RGB 156 40 49 -
CMYK 0 0.74 0.69 0.39
HSL 355.34º 0.59% 0.38% -
HSV(B) 355.34º 0.74% 0.61% -
XYZ 15.02 8.81 3.81 -
YUV 75.71 112.93 185.27 -
System Red Green Blue C M Y K H S L
Decimal 156 40 49 0 0.74 0.69 0.39 355.34 0.59 0.38
Hex 9C 28 31 0 4A 45 27 163 3B 26
Octal 234 50 61 0 112 105 47 543 73 46
Binary 10011100 101000 110001 0 1001010 1000101 100111 101100011 111011 100110

Color Harmonies of #9C2831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2831

Black with #9C2831

Text Example


Text Example

White with #9C2831

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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