Html Css Color HEX #9C2829 Guardsman Red

📋 copy color: '#9C2829'

red 156 ◦ green 40 ◦ blue 41

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

Shades of Guardsman Red #9C2829

Tints of Guardsman Red #9C2829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 17.3%

R = 65.82%
G = 16.88%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.74

 K value IS 0.39

RGB Variations

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

Color information

#9C2829 (or 0x9C2829) is known color: Guardsman Red. HEX triplet: 9C, 28 and 29. RGB value is (156,40,41). Sum of RGB (Red+Green+Blue) = 156+40+41=237 (31% of max value = 765). Red value is 156 (61.33% from 255 or 65.82% from 237); Green value is 40 (16.02% from 255 or 16.88% from 237); Blue value is 41 (16.41% from 255 or 17.30% from 237); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2829 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2829 is #63D7D6. Grayscale: #4A4A4A. Windows color (decimal): -6543319 or 2697372. OLE color: 2697372.

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

Color convert

RGB 156 40 41 -
CMYK 0 0.74 0.74 0.39
HSL 359.48º 0.59% 0.38% -
HSV(B) 359.48º 0.74% 0.61% -
XYZ 14.87 8.75 3 -
YUV 74.8 108.93 185.92 -
System Red Green Blue C M Y K H S L
Decimal 156 40 41 0 0.74 0.74 0.39 359.48 0.59 0.38
Hex 9C 28 29 0 4A 4A 27 167 3B 26
Octal 234 50 51 0 112 112 47 547 73 46
Binary 10011100 101000 101001 0 1001010 1001010 100111 101100111 111011 100110

Color Harmonies of #9C2829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2829

Black with #9C2829

Text Example


Text Example

White with #9C2829

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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