#9A2F3B

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

Shades of Guardsman Red #9A2F3B

Tints of Guardsman Red #9A2F3B

Color information

#9A2F3B (or 0x9A2F3B) is unknown color: approx Guardsman Red. HEX triplet: 9A, 2F and 3B. RGB value is (154,47,59). Sum of RGB (Red+Green+Blue) = 154+47+59=260 (34% of max value = 765). Red value is 154 (60.55% from 255 or 59.23% from 260); Green value is 47 (18.75% from 255 or 18.08% from 260); Blue value is 59 (23.44% from 255 or 22.69% from 260); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2F3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A2F3B is #65D0C4. Grayscale: #505050. Windows color (decimal): -6672581 or 3878810. OLE color: 3878810.

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

Color convert

RGB1544759-
CMYK00.690.620.40
HSL353.27º53.23%39.41%-
HSV(B)353.27º69.48%60.39%-
XYZ15.139.225.12-
YUV80.36115.95180.52-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 59.23%
GREEN value IS 47 (18.75% from 255) = 18.08%
BLUE value IS 59 (23.44% from 255) = 22.69%
R=59.23%
G=18.08%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.62
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154475900.690.620.40353.2753.2339.41
Hex9A2F3B0453E281613527
Octal2325773010576505416547
Binary1001101010111111101101000101111110101000101100001110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A2F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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