#93292A

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

Shades of Bright Red #93292A

Tints of Bright Red #93292A

Color information

#93292A (or 0x93292A) is unknown color: approx Bright Red. HEX triplet: 93, 29 and 2A. RGB value is (147,41,42). Sum of RGB (Red+Green+Blue) = 147+41+42=230 (30% of max value = 765). Red value is 147 (57.81% from 255 or 63.91% from 230); Green value is 41 (16.41% from 255 or 17.83% from 230); Blue value is 42 (16.80% from 255 or 18.26% from 230); Max value from RGB is 147 - color contains mainly: red. Hex color #93292A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93292A is #6CD6D5. Grayscale: #484848. Windows color (decimal): -7132886 or 2763155. OLE color: 2763155.

HSL color Cylindrical-coordinate representation of color #93292A: hue angle of 359.43º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #93292A is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB1474142-
CMYK00.720.710.42
HSL359.43º56.38%36.86%-
HSV(B)359.43º72.11%57.65%-
XYZ13.247.963.03-
YUV72.81110.62180.92-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 63.91%
GREEN value IS 41 (16.41% from 255) = 17.83%
BLUE value IS 42 (16.80% from 255) = 18.26%
R=63.91%
G=17.83%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147414200.720.710.42359.4356.3836.86
Hex93292A048472A1673825
Octal22351520110107525477045
Binary10010011101001101010010010001000111101010101100111111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93292A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93292A; }

 p { color: rgb(147,41,42); }

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

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

 a { background-color: rgb(147,41,42); }

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

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

 span { border-color: rgb(147,41,42); }

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