#9A3437

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

Shades of Guardsman Red #9A3437

Tints of Guardsman Red #9A3437

Color information

#9A3437 (or 0x9A3437) is unknown color: approx Guardsman Red. HEX triplet: 9A, 34 and 37. RGB value is (154,52,55). Sum of RGB (Red+Green+Blue) = 154+52+55=261 (34% of max value = 765). Red value is 154 (60.55% from 255 or 59.00% from 261); Green value is 52 (20.70% from 255 or 19.92% from 261); Blue value is 55 (21.88% from 255 or 21.07% from 261); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3437 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A3437 is #65CBC8. Grayscale: #525252. Windows color (decimal): -6671305 or 3617946. OLE color: 3617946.

HSL color Cylindrical-coordinate representation of color #9A3437: hue angle of 358.24º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9A3437 is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.40.

Color convert

RGB1545255-
CMYK00.660.640.40
HSL358.24º49.51%40.39%-
HSV(B)358.24º66.23%60.39%-
XYZ15.249.64.66-
YUV82.84112.29178.76-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 59.00%
GREEN value IS 52 (20.70% from 255) = 19.92%
BLUE value IS 55 (21.88% from 255) = 21.07%
R=59.00%
G=19.92%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.64
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154525500.660.640.40358.2449.5140.39
Hex9A343704240281663228
Octal23264670102100505466250
Binary10011010110100110111010000101000000101000101100110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,52,55); }

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

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

 a { background-color: rgb(154,52,55); }

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

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

 span { border-color: rgb(154,52,55); }

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