#9B282E

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

Shades of Guardsman Red #9B282E

Tints of Guardsman Red #9B282E

Color information

#9B282E (or 0x9B282E) is unknown color: approx Guardsman Red. HEX triplet: 9B, 28 and 2E. RGB value is (155,40,46). Sum of RGB (Red+Green+Blue) = 155+40+46=241 (31% of max value = 765). Red value is 155 (60.94% from 255 or 64.32% from 241); Green value is 40 (16.02% from 255 or 16.60% from 241); Blue value is 46 (18.36% from 255 or 19.09% from 241); Max value from RGB is 155 - color contains mainly: red. Hex color #9B282E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B282E is #64D7D1. Grayscale: #4B4B4B. Windows color (decimal): -6608850 or 3025051. OLE color: 3025051.

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

Color convert

RGB1554046-
CMYK00.740.700.39
HSL356.87º58.97%38.24%-
HSV(B)356.87º74.19%60.78%-
XYZ14.778.683.48-
YUV75.07111.6185.01-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 64.32%
GREEN value IS 40 (16.02% from 255) = 16.60%
BLUE value IS 46 (18.36% from 255) = 19.09%
R=64.32%
G=16.60%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.70
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155404600.740.700.39356.8758.9738.24
Hex9B282E04A46271653b26
Octal23350560112106475457346
Binary10011011101000101110010010101000110100111101100101111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B282E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,40,46); }

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

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

 a { background-color: rgb(155,40,46); }

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

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

 span { border-color: rgb(155,40,46); }

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