Html Css Color HEX #9C2C2D Guardsman Red

📋 copy color: '#9C2C2D'

red 156 ◦ green 44 ◦ blue 45

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

Shades of Guardsman Red #9C2C2D

Tints of Guardsman Red #9C2C2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.37%

R = 63.67%
G = 17.96%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.39

RGB Variations

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

Color information

#9C2C2D (or 0x9C2C2D) is known color: Guardsman Red. HEX triplet: 9C, 2C and 2D. RGB value is (156,44,45). Sum of RGB (Red+Green+Blue) = 156+44+45=245 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.67% from 245); Green value is 44 (17.58% from 255 or 17.96% from 245); Blue value is 45 (17.97% from 255 or 18.37% from 245); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2C2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2C2D is #63D3D2. Grayscale: #4D4D4D. Windows color (decimal): -6542291 or 2960540. OLE color: 2960540.

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

Color convert

RGB 156 44 45 -
CMYK 0 0.72 0.71 0.39
HSL 359.46º 0.56% 0.39% -
HSV(B) 359.46º 0.72% 0.61% -
XYZ 15.08 9.06 3.44 -
YUV 77.6 109.61 183.92 -
System Red Green Blue C M Y K H S L
Decimal 156 44 45 0 0.72 0.71 0.39 359.46 0.56 0.39
Hex 9C 2C 2D 0 48 47 27 167 38 27
Octal 234 54 55 0 110 107 47 547 70 47
Binary 10011100 101100 101101 0 1001000 1000111 100111 101100111 111000 100111

Color Harmonies of #9C2C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2C2D

Black with #9C2C2D

Text Example


Text Example

White with #9C2C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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