#9B272A

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

Shades of Guardsman Red #9B272A

Tints of Guardsman Red #9B272A

Color information

#9B272A (or 0x9B272A) is unknown color: approx Guardsman Red. HEX triplet: 9B, 27 and 2A. RGB value is (155,39,42). Sum of RGB (Red+Green+Blue) = 155+39+42=236 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.68% from 236); Green value is 39 (15.62% from 255 or 16.53% from 236); Blue value is 42 (16.80% from 255 or 17.80% from 236); Max value from RGB is 155 - color contains mainly: red. Hex color #9B272A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B272A is #64D8D5. Grayscale: #4A4A4A. Windows color (decimal): -6609110 or 2762651. OLE color: 2762651.

HSL color Cylindrical-coordinate representation of color #9B272A: hue angle of 358.45º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9B272A is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.39.

Color convert

RGB1553942-
CMYK00.750.730.39
HSL358.45º59.79%38.04%-
HSV(B)358.45º74.84%60.78%-
XYZ14.668.593.08-
YUV74.03109.93185.76-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 65.68%
GREEN value IS 39 (15.62% from 255) = 16.53%
BLUE value IS 42 (16.80% from 255) = 17.80%
R=65.68%
G=16.53%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.73
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155394200.750.730.39358.4559.7938.04
Hex9B272A04B49271663c26
Octal23347520113111475467446
Binary10011011100111101010010010111001001100111101100110111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B272A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,39,42); }

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

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

 a { background-color: rgb(155,39,42); }

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

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

 span { border-color: rgb(155,39,42); }

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