#9B262A

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

Shades of Guardsman Red #9B262A

Tints of Guardsman Red #9B262A

Color information

#9B262A (or 0x9B262A) is unknown color: approx Guardsman Red. HEX triplet: 9B, 26 and 2A. RGB value is (155,38,42). Sum of RGB (Red+Green+Blue) = 155+38+42=235 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.96% from 235); Green value is 38 (15.23% from 255 or 16.17% from 235); Blue value is 42 (16.80% from 255 or 17.87% from 235); Max value from RGB is 155 - color contains mainly: red. Hex color #9B262A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B262A is #64D9D5. Grayscale: #494949. Windows color (decimal): -6609366 or 2762395. OLE color: 2762395.

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

Color convert

RGB1553842-
CMYK00.750.730.39
HSL357.95º60.62%37.84%-
HSV(B)357.95º75.48%60.78%-
XYZ14.638.523.06-
YUV73.44110.26186.17-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 65.96%
GREEN value IS 38 (15.23% from 255) = 16.17%
BLUE value IS 42 (16.80% from 255) = 17.87%
R=65.96%
G=16.17%
B=17.87%

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
Decimal155384200.750.730.39357.9560.6237.84
Hex9B262A04B49271663d26
Octal23346520113111475467546
Binary10011011100110101010010010111001001100111101100110111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B262A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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