#90292C

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

Shades of Bright Red #90292C

Tints of Bright Red #90292C

Color information

#90292C (or 0x90292C) is unknown color: approx Bright Red. HEX triplet: 90, 29 and 2C. RGB value is (144,41,44). Sum of RGB (Red+Green+Blue) = 144+41+44=229 (30% of max value = 765). Red value is 144 (56.64% from 255 or 62.88% from 229); Green value is 41 (16.41% from 255 or 17.90% from 229); Blue value is 44 (17.58% from 255 or 19.21% from 229); Max value from RGB is 144 - color contains mainly: red. Hex color #90292C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90292C is #6FD6D3. Grayscale: #484848. Windows color (decimal): -7329492 or 2894224. OLE color: 2894224.

HSL color Cylindrical-coordinate representation of color #90292C: hue angle of 358.25º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #90292C is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB1444144-
CMYK00.720.690.44
HSL358.25º55.68%36.27%-
HSV(B)358.25º71.53%56.47%-
XYZ12.757.73.2-
YUV72.14112.12179.26-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 62.88%
GREEN value IS 41 (16.41% from 255) = 17.90%
BLUE value IS 44 (17.58% from 255) = 19.21%
R=62.88%
G=17.90%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144414400.720.690.44358.2555.6836.27
Hex90292C048452C1663824
Octal22051540110105545467044
Binary10010000101001101100010010001000101101100101100110111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90292C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90292C; }

 p { color: rgb(144,41,44); }

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

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

 a { background-color: rgb(144,41,44); }

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

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

 span { border-color: rgb(144,41,44); }

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