#90292B

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

Shades of Bright Red #90292B

Tints of Bright Red #90292B

Color information

#90292B (or 0x90292B) is unknown color: approx Bright Red. HEX triplet: 90, 29 and 2B. RGB value is (144,41,43). Sum of RGB (Red+Green+Blue) = 144+41+43=228 (30% of max value = 765). Red value is 144 (56.64% from 255 or 63.16% from 228); Green value is 41 (16.41% from 255 or 17.98% from 228); Blue value is 43 (17.19% from 255 or 18.86% from 228); Max value from RGB is 144 - color contains mainly: red. Hex color #90292B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90292B is #6FD6D4. Grayscale: #484848. Windows color (decimal): -7329493 or 2828688. OLE color: 2828688.

HSL color Cylindrical-coordinate representation of color #90292B: hue angle of 358.83º 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 #90292B is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.44.

Color convert

RGB1444143-
CMYK00.720.700.44
HSL358.83º55.68%36.27%-
HSV(B)358.83º71.53%56.47%-
XYZ12.737.693.1-
YUV72.02111.62179.34-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 63.16%
GREEN value IS 41 (16.41% from 255) = 17.98%
BLUE value IS 43 (17.19% from 255) = 18.86%
R=63.16%
G=17.98%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.70
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144414300.720.700.44358.8355.6836.27
Hex90292B048462C1673824
Octal22051530110106545477044
Binary10010000101001101011010010001000110101100101100111111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90292B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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