#992130

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

Shades of Bright Red #992130

Tints of Bright Red #992130

Color information

#992130 (or 0x992130) is unknown color: approx Bright Red. HEX triplet: 99, 21 and 30. RGB value is (153,33,48). Sum of RGB (Red+Green+Blue) = 153+33+48=234 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.38% from 234); Green value is 33 (13.28% from 255 or 14.10% from 234); Blue value is 48 (19.14% from 255 or 20.51% from 234); Max value from RGB is 153 - color contains mainly: red. Hex color #992130 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992130 is #66DECF. Grayscale: #464646. Windows color (decimal): -6741712 or 3154329. OLE color: 3154329.

HSL color Cylindrical-coordinate representation of color #992130: hue angle of 352.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #992130 is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.4.

Color convert

RGB1533348-
CMYK00.780.690.4
HSL352.5º64.52%36.47%-
HSV(B)352.5º78.43%60%-
XYZ14.218.073.61-
YUV70.59115.26186.78-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 65.38%
GREEN value IS 33 (13.28% from 255) = 14.10%
BLUE value IS 48 (19.14% from 255) = 20.51%
R=65.38%
G=14.10%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.69
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153334800.780.690.4352.564.5236.47
Hex99213004E45281604124
Octal231416001161055054010144
Binary100110011000011100000100111010001011010001011000001000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992130; }

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

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

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

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

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

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

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

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