Html Css Color HEX #9C282C Guardsman Red

📋 copy color: '#9C282C'

red 156 ◦ green 40 ◦ blue 44

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

Shades of Guardsman Red #9C282C

Tints of Guardsman Red #9C282C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 18.33%

R = 65%
G = 16.67%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.72

 K value IS 0.39

RGB Variations

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

Color information

#9C282C (or 0x9C282C) is known color: Guardsman Red. HEX triplet: 9C, 28 and 2C. RGB value is (156,40,44). Sum of RGB (Red+Green+Blue) = 156+40+44=240 (31% of max value = 765). Red value is 156 (61.33% from 255 or 65% from 240); Green value is 40 (16.02% from 255 or 16.67% from 240); Blue value is 44 (17.58% from 255 or 18.33% from 240); Max value from RGB is 156 - color contains mainly: red. Hex color #9C282C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C282C is #63D7D3. Grayscale: #4B4B4B. Windows color (decimal): -6543316 or 2893980. OLE color: 2893980.

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

Color convert

RGB 156 40 44 -
CMYK 0 0.74 0.72 0.39
HSL 357.93º 0.59% 0.38% -
HSV(B) 357.93º 0.74% 0.61% -
XYZ 14.92 8.77 3.29 -
YUV 75.14 110.43 185.67 -
System Red Green Blue C M Y K H S L
Decimal 156 40 44 0 0.74 0.72 0.39 357.93 0.59 0.38
Hex 9C 28 2C 0 4A 48 27 166 3B 26
Octal 234 50 54 0 112 110 47 546 73 46
Binary 10011100 101000 101100 0 1001010 1001000 100111 101100110 111011 100110

Color Harmonies of #9C282C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C282C

Black with #9C282C

Text Example


Text Example

White with #9C282C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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