Html Css Color HEX #9C2A2E Guardsman Red

📋 copy color: '#9C2A2E'

red 156 ◦ green 42 ◦ blue 46

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

Shades of Guardsman Red #9C2A2E

Tints of Guardsman Red #9C2A2E

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.21%

 BLUE value IS 46 (18.36% from 255) = 18.85%

R = 63.93%
G = 17.21%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.71

 K value IS 0.39

RGB Variations

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

Color information

#9C2A2E (or 0x9C2A2E) is known color: Guardsman Red. HEX triplet: 9C, 2A and 2E. RGB value is (156,42,46). Sum of RGB (Red+Green+Blue) = 156+42+46=244 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.93% from 244); Green value is 42 (16.80% from 255 or 17.21% from 244); Blue value is 46 (18.36% from 255 or 18.85% from 244); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2A2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2A2E is #63D5D1. Grayscale: #4C4C4C. Windows color (decimal): -6542802 or 3025564. OLE color: 3025564.

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

Color convert

RGB 156 42 46 -
CMYK 0 0.73 0.71 0.39
HSL 357.89º 0.58% 0.39% -
HSV(B) 357.89º 0.73% 0.61% -
XYZ 15.03 8.92 3.51 -
YUV 76.54 110.77 184.67 -
System Red Green Blue C M Y K H S L
Decimal 156 42 46 0 0.73 0.71 0.39 357.89 0.58 0.39
Hex 9C 2A 2E 0 49 47 27 166 3A 27
Octal 234 52 56 0 111 107 47 546 72 47
Binary 10011100 101010 101110 0 1001001 1000111 100111 101100110 111010 100111

Color Harmonies of #9C2A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2A2E

Black with #9C2A2E

Text Example


Text Example

White with #9C2A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,42,46); }

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

background-color css

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

 a { background-color: rgb(156,42,46); }

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

border-color css

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

 span { border-color: rgb(156,42,46); }

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