Html Css Color HEX #9C2E2F Guardsman Red

📋 copy color: '#9C2E2F'

red 156 ◦ green 46 ◦ blue 47

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

Shades of Guardsman Red #9C2E2F

Tints of Guardsman Red #9C2E2F

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.47%

 BLUE value IS 47 (18.75% from 255) = 18.88%

R = 62.65%
G = 18.47%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.70

 K value IS 0.39

RGB Variations

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

Color information

#9C2E2F (or 0x9C2E2F) is known color: Guardsman Red. HEX triplet: 9C, 2E and 2F. RGB value is (156,46,47). Sum of RGB (Red+Green+Blue) = 156+46+47=249 (32% of max value = 765). Red value is 156 (61.33% from 255 or 62.65% from 249); Green value is 46 (18.36% from 255 or 18.47% from 249); Blue value is 47 (18.75% from 255 or 18.88% from 249); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2E2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2E2F is #63D1D0. Grayscale: #4F4F4F. Windows color (decimal): -6541777 or 3092124. OLE color: 3092124.

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

Color convert

RGB 156 46 47 -
CMYK 0 0.71 0.70 0.39
HSL 359.45º 0.54% 0.4% -
HSV(B) 359.45º 0.71% 0.61% -
XYZ 15.2 9.23 3.67 -
YUV 79 109.94 182.92 -
System Red Green Blue C M Y K H S L
Decimal 156 46 47 0 0.71 0.70 0.39 359.45 0.54 0.4
Hex 9C 2E 2F 0 47 46 27 167 36 28
Octal 234 56 57 0 107 106 47 547 66 50
Binary 10011100 101110 101111 0 1000111 1000110 100111 101100111 110110 101000

Color Harmonies of #9C2E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2E2F

Black with #9C2E2F

Text Example


Text Example

White with #9C2E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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