Html Css Color HEX #9C2C33 Guardsman Red

📋 copy color: '#9C2C33'

red 156 ◦ green 44 ◦ blue 51

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

Shades of Guardsman Red #9C2C33

Tints of Guardsman Red #9C2C33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 20.32%

R = 62.15%
G = 17.53%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.39

RGB Variations

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

Color information

#9C2C33 (or 0x9C2C33) is known color: Guardsman Red. HEX triplet: 9C, 2C and 33. RGB value is (156,44,51). Sum of RGB (Red+Green+Blue) = 156+44+51=251 (33% of max value = 765). Red value is 156 (61.33% from 255 or 62.15% from 251); Green value is 44 (17.58% from 255 or 17.53% from 251); Blue value is 51 (20.31% from 255 or 20.32% from 251); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2C33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2C33 is #63D3CC. Grayscale: #4E4E4E. Windows color (decimal): -6542285 or 3353756. OLE color: 3353756.

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

Color convert

RGB 156 44 51 -
CMYK 0 0.72 0.67 0.39
HSL 356.25º 0.56% 0.39% -
HSV(B) 356.25º 0.72% 0.61% -
XYZ 15.21 9.11 4.09 -
YUV 78.29 112.61 183.43 -
System Red Green Blue C M Y K H S L
Decimal 156 44 51 0 0.72 0.67 0.39 356.25 0.56 0.39
Hex 9C 2C 33 0 48 43 27 164 38 27
Octal 234 54 63 0 110 103 47 544 70 47
Binary 10011100 101100 110011 0 1001000 1000011 100111 101100100 111000 100111

Color Harmonies of #9C2C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2C33

Black with #9C2C33

Text Example


Text Example

White with #9C2C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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