#992A2F

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

Shades of Guardsman Red #992A2F

Tints of Guardsman Red #992A2F

Color information

#992A2F (or 0x992A2F) is unknown color: approx Guardsman Red. HEX triplet: 99, 2A and 2F. RGB value is (153,42,47). Sum of RGB (Red+Green+Blue) = 153+42+47=242 (32% of max value = 765). Red value is 153 (60.16% from 255 or 63.22% from 242); Green value is 42 (16.80% from 255 or 17.36% from 242); Blue value is 47 (18.75% from 255 or 19.42% from 242); Max value from RGB is 153 - color contains mainly: red. Hex color #992A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992A2F is #66D5D0. Grayscale: #4B4B4B. Windows color (decimal): -6739409 or 3091097. OLE color: 3091097.

HSL color Cylindrical-coordinate representation of color #992A2F: hue angle of 357.3º degrees, saturation: 0.57, 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 #992A2F is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.4.

Color convert

RGB1534247-
CMYK00.730.690.4
HSL357.3º56.92%38.24%-
HSV(B)357.3º72.55%60%-
XYZ14.488.633.59-
YUV75.76111.77183.09-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 63.22%
GREEN value IS 42 (16.80% from 255) = 17.36%
BLUE value IS 47 (18.75% from 255) = 19.42%
R=63.22%
G=17.36%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.69
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153424700.730.690.4357.356.9238.24
Hex992A2F04945281653926
Octal23152570111105505457146
Binary10011001101010101111010010011000101101000101100101111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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