#992A30

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

Shades of Guardsman Red #992A30

Tints of Guardsman Red #992A30

Color information

#992A30 (or 0x992A30) is unknown color: approx Guardsman Red. HEX triplet: 99, 2A and 30. RGB value is (153,42,48). Sum of RGB (Red+Green+Blue) = 153+42+48=243 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.96% from 243); Green value is 42 (16.80% from 255 or 17.28% from 243); Blue value is 48 (19.14% from 255 or 19.75% from 243); Max value from RGB is 153 - color contains mainly: red. Hex color #992A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992A30 is #66D5CF. Grayscale: #4B4B4B. Windows color (decimal): -6739408 or 3156633. OLE color: 3156633.

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

Color convert

RGB1534248-
CMYK00.730.690.4
HSL356.76º56.92%38.24%-
HSV(B)356.76º72.55%60%-
XYZ14.58.643.7-
YUV75.87112.27183.01-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 62.96%
GREEN value IS 42 (16.80% from 255) = 17.28%
BLUE value IS 48 (19.14% from 255) = 19.75%
R=62.96%
G=17.28%
B=19.75%

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
Decimal153424800.730.690.4356.7656.9238.24
Hex992A3004945281653926
Octal23152600111105505457146
Binary10011001101010110000010010011000101101000101100101111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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