#99343A

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

Shades of Guardsman Red #99343A

Tints of Guardsman Red #99343A

Color information

#99343A (or 0x99343A) is unknown color: approx Guardsman Red. HEX triplet: 99, 34 and 3A. RGB value is (153,52,58). Sum of RGB (Red+Green+Blue) = 153+52+58=263 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.17% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 58 (23.05% from 255 or 22.05% from 263); Max value from RGB is 153 - color contains mainly: red. Hex color #99343A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99343A is #66CBC5. Grayscale: #525252. Windows color (decimal): -6736838 or 3814553. OLE color: 3814553.

HSL color Cylindrical-coordinate representation of color #99343A: hue angle of 356.44º degrees, saturation: 0.49, 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 #99343A is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.4.

Color convert

RGB1535258-
CMYK00.660.620.4
HSL356.44º49.27%40.2%-
HSV(B)356.44º66.01%60%-
XYZ15.139.535.05-
YUV82.88113.96178.01-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 58.17%
GREEN value IS 52 (20.70% from 255) = 19.77%
BLUE value IS 58 (23.05% from 255) = 22.05%
R=58.17%
G=19.77%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.62
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153525800.660.620.4356.4449.2740.2
Hex99343A0423E281643128
Octal2316472010276505446150
Binary1001100111010011101001000010111110101000101100100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99343A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99343A; }

 p { color: rgb(153,52,58); }

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

<style>
 a { background-color: #99343A; }

 a { background-color: rgb(153,52,58); }

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

<style>
 span { border-color: #99343A; }

 span { border-color: rgb(153,52,58); }

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