#9A272A

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

Shades of Guardsman Red #9A272A

Tints of Guardsman Red #9A272A

Color information

#9A272A (or 0x9A272A) is unknown color: approx Guardsman Red. HEX triplet: 9A, 27 and 2A. RGB value is (154,39,42). Sum of RGB (Red+Green+Blue) = 154+39+42=235 (31% of max value = 765). Red value is 154 (60.55% from 255 or 65.53% from 235); Green value is 39 (15.62% from 255 or 16.60% from 235); Blue value is 42 (16.80% from 255 or 17.87% from 235); Max value from RGB is 154 - color contains mainly: red. Hex color #9A272A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A272A is #65D8D5. Grayscale: #494949. Windows color (decimal): -6674646 or 2762650. OLE color: 2762650.

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

Color convert

RGB1543942-
CMYK00.750.730.40
HSL358.43º59.59%37.84%-
HSV(B)358.43º74.68%60.39%-
XYZ14.478.493.07-
YUV73.73110.1185.26-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 65.53%
GREEN value IS 39 (15.62% from 255) = 16.60%
BLUE value IS 42 (16.80% from 255) = 17.87%
R=65.53%
G=16.60%
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.40
SystemRedGreenBlueCMYKHSL
Decimal154394200.750.730.40358.4359.5937.84
Hex9A272A04B49281663c26
Octal23247520113111505467446
Binary10011010100111101010010010111001001101000101100110111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A272A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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