#9A2E30

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

Shades of Guardsman Red #9A2E30

Tints of Guardsman Red #9A2E30

Color information

#9A2E30 (or 0x9A2E30) is unknown color: approx Guardsman Red. HEX triplet: 9A, 2E and 30. RGB value is (154,46,48). Sum of RGB (Red+Green+Blue) = 154+46+48=248 (32% of max value = 765). Red value is 154 (60.55% from 255 or 62.10% from 248); Green value is 46 (18.36% from 255 or 18.55% from 248); Blue value is 48 (19.14% from 255 or 19.35% from 248); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2E30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A2E30 is #65D1CF. Grayscale: #4E4E4E. Windows color (decimal): -6672848 or 3157658. OLE color: 3157658.

HSL color Cylindrical-coordinate representation of color #9A2E30: hue angle of 358.89º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9A2E30 is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.40.

Color convert

RGB1544648-
CMYK00.700.690.40
HSL358.89º54%39.22%-
HSV(B)358.89º70.13%60.39%-
XYZ14.849.043.76-
YUV78.52110.78181.84-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 62.10%
GREEN value IS 46 (18.36% from 255) = 18.55%
BLUE value IS 48 (19.14% from 255) = 19.35%
R=62.10%
G=18.55%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.69
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154464800.700.690.40358.895439.22
Hex9A2E3004645281673627
Octal23256600106105505476647
Binary10011010101110110000010001101000101101000101100111110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A2E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,46,48); }

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

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

 a { background-color: rgb(154,46,48); }

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

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

 span { border-color: rgb(154,46,48); }

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