#9B2628

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

Shades of Guardsman Red #9B2628

Tints of Guardsman Red #9B2628

Color information

#9B2628 (or 0x9B2628) is unknown color: approx Guardsman Red. HEX triplet: 9B, 26 and 28. RGB value is (155,38,40). Sum of RGB (Red+Green+Blue) = 155+38+40=233 (30% of max value = 765). Red value is 155 (60.94% from 255 or 66.52% from 233); Green value is 38 (15.23% from 255 or 16.31% from 233); Blue value is 40 (16.02% from 255 or 17.17% from 233); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2628 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2628 is #64D9D7. Grayscale: #494949. Windows color (decimal): -6609368 or 2631323. OLE color: 2631323.

HSL color Cylindrical-coordinate representation of color #9B2628: hue angle of 358.97º degrees, saturation: 0.61, 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 #9B2628 is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.39.

Color convert

RGB1553840-
CMYK00.750.740.39
HSL358.97º60.62%37.84%-
HSV(B)358.97º75.48%60.78%-
XYZ14.598.512.88-
YUV73.21109.26186.34-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 66.52%
GREEN value IS 38 (15.23% from 255) = 16.31%
BLUE value IS 40 (16.02% from 255) = 17.17%
R=66.52%
G=16.31%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.74
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155384000.750.740.39358.9760.6237.84
Hex9B262804B4A271673d26
Octal23346500113112475477546
Binary10011011100110101000010010111001010100111101100111111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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