Html Css Color HEX #9C2C2F Guardsman Red

📋 copy color: '#9C2C2F'

red 156 ◦ green 44 ◦ blue 47

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

Shades of Guardsman Red #9C2C2F

Tints of Guardsman Red #9C2C2F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.81%

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

R = 63.16%
G = 17.81%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.39

RGB Variations

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

Color information

#9C2C2F (or 0x9C2C2F) is known color: Guardsman Red. HEX triplet: 9C, 2C and 2F. RGB value is (156,44,47). Sum of RGB (Red+Green+Blue) = 156+44+47=247 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.16% from 247); Green value is 44 (17.58% from 255 or 17.81% from 247); Blue value is 47 (18.75% from 255 or 19.03% from 247); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2C2F is #63D3D0. Grayscale: #4D4D4D. Windows color (decimal): -6542289 or 3091612. OLE color: 3091612.

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

Color convert

RGB 156 44 47 -
CMYK 0 0.72 0.70 0.39
HSL 358.39º 0.56% 0.39% -
HSV(B) 358.39º 0.72% 0.61% -
XYZ 15.12 9.07 3.64 -
YUV 77.83 110.61 183.76 -
System Red Green Blue C M Y K H S L
Decimal 156 44 47 0 0.72 0.70 0.39 358.39 0.56 0.39
Hex 9C 2C 2F 0 48 46 27 166 38 27
Octal 234 54 57 0 110 106 47 546 70 47
Binary 10011100 101100 101111 0 1001000 1000110 100111 101100110 111000 100111

Color Harmonies of #9C2C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2C2F

Black with #9C2C2F

Text Example


Text Example

White with #9C2C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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