#9B2F41

Color #9B2F41 Guardsman Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Guardsman Red #9B2F41

Tints of Guardsman Red #9B2F41

Color information

#9B2F41 (or 0x9B2F41) is unknown color: approx Guardsman Red. HEX triplet: 9B, 2F and 41. RGB value is (155,47,65). Sum of RGB (Red+Green+Blue) = 155+47+65=267 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.05% from 267); Green value is 47 (18.75% from 255 or 17.60% from 267); Blue value is 65 (25.78% from 255 or 24.34% from 267); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2F41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2F41 is #64D0BE. Grayscale: #515151. Windows color (decimal): -6607039 or 4272027. OLE color: 4272027.

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

Color convert

RGB1554765-
CMYK00.700.580.39
HSL350º53.47%39.61%-
HSV(B)350º69.68%60.78%-
XYZ15.499.386-
YUV81.34118.78180.54-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 58.05%
GREEN value IS 47 (18.75% from 255) = 17.60%
BLUE value IS 65 (25.78% from 255) = 24.34%
R=58.05%
G=17.60%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.58
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155476500.700.580.3935053.4739.61
Hex9B2F410463A2715e3528
Octal23357101010672475366550
Binary10011011101111100000101000110111010100111101011110110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9B2F41;
 }
 .AnyTagClassName
 {
   color: #9B2F41;
 }
</style>
background-color css

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

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

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

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

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

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