#992F30

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

Shades of Guardsman Red #992F30

Tints of Guardsman Red #992F30

Color information

#992F30 (or 0x992F30) is unknown color: approx Guardsman Red. HEX triplet: 99, 2F and 30. RGB value is (153,47,48). Sum of RGB (Red+Green+Blue) = 153+47+48=248 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.69% from 248); Green value is 47 (18.75% from 255 or 18.95% from 248); Blue value is 48 (19.14% from 255 or 19.35% from 248); Max value from RGB is 153 - color contains mainly: red. Hex color #992F30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992F30 is #66D0CF. Grayscale: #4E4E4E. Windows color (decimal): -6738128 or 3157913. OLE color: 3157913.

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

Color convert

RGB1534748-
CMYK00.690.690.4
HSL359.43º53%39.22%-
HSV(B)359.43º69.28%60%-
XYZ14.699.023.76-
YUV78.81110.62180.92-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 61.69%
GREEN value IS 47 (18.75% from 255) = 18.95%
BLUE value IS 48 (19.14% from 255) = 19.35%
R=61.69%
G=18.95%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.69
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153474800.690.690.4359.435339.22
Hex992F3004545281673527
Octal23157600105105505476547
Binary10011001101111110000010001011000101101000101100111110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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