#99292D

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

Shades of Guardsman Red #99292D

Tints of Guardsman Red #99292D

Color information

#99292D (or 0x99292D) is unknown color: approx Guardsman Red. HEX triplet: 99, 29 and 2D. RGB value is (153,41,45). Sum of RGB (Red+Green+Blue) = 153+41+45=239 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.02% from 239); Green value is 41 (16.41% from 255 or 17.15% from 239); Blue value is 45 (17.97% from 255 or 18.83% from 239); Max value from RGB is 153 - color contains mainly: red. Hex color #99292D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99292D is #66D6D2. Grayscale: #4B4B4B. Windows color (decimal): -6739667 or 2959769. OLE color: 2959769.

HSL color Cylindrical-coordinate representation of color #99292D: hue angle of 357.86º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #99292D is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.4.

Color convert

RGB1534145-
CMYK00.730.710.4
HSL357.86º57.73%38.04%-
HSV(B)357.86º73.2%60%-
XYZ14.48.553.37-
YUV74.94111.11183.67-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 64.02%
GREEN value IS 41 (16.41% from 255) = 17.15%
BLUE value IS 45 (17.97% from 255) = 18.83%
R=64.02%
G=17.15%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.71
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153414500.730.710.4357.8657.7338.04
Hex99292D04947281663a26
Octal23151550111107505467246
Binary10011001101001101101010010011000111101000101100110111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99292D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99292D; }

 p { color: rgb(153,41,45); }

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

<style>
 a { background-color: #99292D; }

 a { background-color: rgb(153,41,45); }

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

<style>
 span { border-color: #99292D; }

 span { border-color: rgb(153,41,45); }

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