Html Css Color HEX #9C2B2F Guardsman Red

📋 copy color: '#9C2B2F'

red 156 ◦ green 43 ◦ blue 47

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

Shades of Guardsman Red #9C2B2F

Tints of Guardsman Red #9C2B2F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.48%

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

R = 63.41%
G = 17.48%
B = 19.11%

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

#9C2B2F (or 0x9C2B2F) is known color: Guardsman Red. HEX triplet: 9C, 2B and 2F. RGB value is (156,43,47). Sum of RGB (Red+Green+Blue) = 156+43+47=246 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.41% from 246); Green value is 43 (17.19% from 255 or 17.48% from 246); Blue value is 47 (18.75% from 255 or 19.11% from 246); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2B2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2B2F is #63D4D0. Grayscale: #4D4D4D. Windows color (decimal): -6542545 or 3091356. OLE color: 3091356.

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

Color convert

RGB 156 43 47 -
CMYK 0 0.72 0.70 0.39
HSL 357.88º 0.57% 0.39% -
HSV(B) 357.88º 0.72% 0.61% -
XYZ 15.09 9 3.63 -
YUV 77.24 110.94 184.17 -
System Red Green Blue C M Y K H S L
Decimal 156 43 47 0 0.72 0.70 0.39 357.88 0.57 0.39
Hex 9C 2B 2F 0 48 46 27 166 39 27
Octal 234 53 57 0 110 106 47 546 71 47
Binary 10011100 101011 101111 0 1001000 1000110 100111 101100110 111001 100111

Color Harmonies of #9C2B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2B2F

Black with #9C2B2F

Text Example


Text Example

White with #9C2B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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