#992E3C

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

Shades of Guardsman Red #992E3C

Tints of Guardsman Red #992E3C

Color information

#992E3C (or 0x992E3C) is unknown color: approx Guardsman Red. HEX triplet: 99, 2E and 3C. RGB value is (153,46,60). Sum of RGB (Red+Green+Blue) = 153+46+60=259 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.07% from 259); Green value is 46 (18.36% from 255 or 17.76% from 259); Blue value is 60 (23.83% from 255 or 23.17% from 259); Max value from RGB is 153 - color contains mainly: red. Hex color #992E3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992E3C is #66D1C3. Grayscale: #4F4F4F. Windows color (decimal): -6738372 or 3944089. OLE color: 3944089.

HSL color Cylindrical-coordinate representation of color #992E3C: hue angle of 352.15º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #992E3C is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB1534660-
CMYK00.700.610.4
HSL352.15º53.77%39.02%-
HSV(B)352.15º69.93%60%-
XYZ14.939.055.24-
YUV79.59116.95180.36-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 59.07%
GREEN value IS 46 (18.36% from 255) = 17.76%
BLUE value IS 60 (23.83% from 255) = 23.17%
R=59.07%
G=17.76%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.61
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153466000.700.610.4352.1553.7739.02
Hex992E3C0463D281603627
Octal2315674010675505406647
Binary1001100110111011110001000110111101101000101100000110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992E3C; }

 p { color: rgb(153,46,60); }

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

<style>
 a { background-color: #992E3C; }

 a { background-color: rgb(153,46,60); }

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

<style>
 span { border-color: #992E3C; }

 span { border-color: rgb(153,46,60); }

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