Html Css Color HEX #9C2F41 Guardsman Red

📋 copy color: '#9C2F41'

red 156 ◦ green 47 ◦ blue 65

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

Shades of Guardsman Red #9C2F41

Tints of Guardsman Red #9C2F41

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.54%

 BLUE value IS 65 (25.78% from 255) = 24.25%

R = 58.21%
G = 17.54%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.58

 K value IS 0.39

RGB Variations

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

Color information

#9C2F41 (or 0x9C2F41) is known color: Guardsman Red. HEX triplet: 9C, 2F and 41. RGB value is (156,47,65). Sum of RGB (Red+Green+Blue) = 156+47+65=268 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.21% from 268); Green value is 47 (18.75% from 255 or 17.54% from 268); Blue value is 65 (25.78% from 255 or 24.25% from 268); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2F41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2F41 is #63D0BE. Grayscale: #515151. Windows color (decimal): -6541503 or 4272028. OLE color: 4272028.

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

Color convert

RGB 156 47 65 -
CMYK 0 0.70 0.58 0.39
HSL 350.09º 0.54% 0.4% -
HSV(B) 350.09º 0.7% 0.61% -
XYZ 15.68 9.48 6 -
YUV 81.64 118.61 181.04 -
System Red Green Blue C M Y K H S L
Decimal 156 47 65 0 0.70 0.58 0.39 350.09 0.54 0.4
Hex 9C 2F 41 0 46 3A 27 15E 36 28
Octal 234 57 101 0 106 72 47 536 66 50
Binary 10011100 101111 1000001 0 1000110 111010 100111 101011110 110110 101000

Color Harmonies of #9C2F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2F41

Black with #9C2F41

Text Example


Text Example

White with #9C2F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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