#9A3334

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

Shades of Guardsman Red #9A3334

Tints of Guardsman Red #9A3334

Color information

#9A3334 (or 0x9A3334) is unknown color: approx Guardsman Red. HEX triplet: 9A, 33 and 34. RGB value is (154,51,52). Sum of RGB (Red+Green+Blue) = 154+51+52=257 (34% of max value = 765). Red value is 154 (60.55% from 255 or 59.92% from 257); Green value is 51 (20.31% from 255 or 19.84% from 257); Blue value is 52 (20.70% from 255 or 20.23% from 257); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3334 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A3334 is #65CCCB. Grayscale: #525252. Windows color (decimal): -6671564 or 3421082. OLE color: 3421082.

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

Color convert

RGB1545152-
CMYK00.670.660.40
HSL359.42º50.24%40.2%-
HSV(B)359.42º66.88%60.39%-
XYZ15.139.494.28-
YUV81.91111.12179.42-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 59.92%
GREEN value IS 51 (20.31% from 255) = 19.84%
BLUE value IS 52 (20.70% from 255) = 20.23%
R=59.92%
G=19.84%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.66
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154515200.670.660.40359.4250.2440.2
Hex9A333404342281673228
Octal23263640103102505476250
Binary10011010110011110100010000111000010101000101100111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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