#992F38

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

Shades of Guardsman Red #992F38

Tints of Guardsman Red #992F38

Color information

#992F38 (or 0x992F38) is unknown color: approx Guardsman Red. HEX triplet: 99, 2F and 38. RGB value is (153,47,56). Sum of RGB (Red+Green+Blue) = 153+47+56=256 (33% of max value = 765). Red value is 153 (60.16% from 255 or 59.77% from 256); Green value is 47 (18.75% from 255 or 18.36% from 256); Blue value is 56 (22.27% from 255 or 21.88% from 256); Max value from RGB is 153 - color contains mainly: red. Hex color #992F38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992F38 is #66D0C7. Grayscale: #4F4F4F. Windows color (decimal): -6738120 or 3682201. OLE color: 3682201.

HSL color Cylindrical-coordinate representation of color #992F38: hue angle of 354.91º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #992F38 is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.4.

Color convert

RGB1534756-
CMYK00.690.630.4
HSL354.91º53%39.22%-
HSV(B)354.91º69.28%60%-
XYZ14.879.094.71-
YUV79.72114.62180.27-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 59.77%
GREEN value IS 47 (18.75% from 255) = 18.36%
BLUE value IS 56 (22.27% from 255) = 21.88%
R=59.77%
G=18.36%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.63
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153475600.690.630.4354.915339.22
Hex992F380453F281633527
Octal2315770010577505436547
Binary1001100110111111100001000101111111101000101100011110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,47,56); }

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

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

 a { background-color: rgb(153,47,56); }

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

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

 span { border-color: rgb(153,47,56); }

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