#9A2A2F

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

Shades of Guardsman Red #9A2A2F

Tints of Guardsman Red #9A2A2F

Color information

#9A2A2F (or 0x9A2A2F) is unknown color: approx Guardsman Red. HEX triplet: 9A, 2A and 2F. RGB value is (154,42,47). Sum of RGB (Red+Green+Blue) = 154+42+47=243 (32% of max value = 765). Red value is 154 (60.55% from 255 or 63.37% from 243); Green value is 42 (16.80% from 255 or 17.28% from 243); Blue value is 47 (18.75% from 255 or 19.34% from 243); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A2A2F is #65D5D0. Grayscale: #4C4C4C. Windows color (decimal): -6673873 or 3091098. OLE color: 3091098.

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

Color convert

RGB1544247-
CMYK00.730.690.40
HSL357.32º57.14%38.43%-
HSV(B)357.32º72.73%60.39%-
XYZ14.678.733.6-
YUV76.06111.61183.59-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 63.37%
GREEN value IS 42 (16.80% from 255) = 17.28%
BLUE value IS 47 (18.75% from 255) = 19.34%
R=63.37%
G=17.28%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.69
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154424700.730.690.40357.3257.1438.43
Hex9A2A2F04945281653926
Octal23252570111105505457146
Binary10011010101010101111010010011000101101000101100101111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A2A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,42,47); }

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

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

 a { background-color: rgb(154,42,47); }

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

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

 span { border-color: rgb(154,42,47); }

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