#94182A

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

Shades of Bright Red #94182A

Tints of Bright Red #94182A

Color information

#94182A (or 0x94182A) is unknown color: approx Bright Red. HEX triplet: 94, 18 and 2A. RGB value is (148,24,42). Sum of RGB (Red+Green+Blue) = 148+24+42=214 (28% of max value = 765). Red value is 148 (58.20% from 255 or 69.16% from 214); Green value is 24 (9.77% from 255 or 11.21% from 214); Blue value is 42 (16.80% from 255 or 19.63% from 214); Max value from RGB is 148 - color contains mainly: red. Hex color #94182A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94182A is #6BE7D5. Grayscale: #3F3F3F. Windows color (decimal): -7071702 or 2758804. OLE color: 2758804.

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

Color convert

RGB1482442-
CMYK00.840.720.42
HSL351.29º72.09%33.73%-
HSV(B)351.29º83.78%58.04%-
XYZ12.967.122.88-
YUV63.13116.08188.54-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 69.16%
GREEN value IS 24 (9.77% from 255) = 11.21%
BLUE value IS 42 (16.80% from 255) = 19.63%
R=69.16%
G=11.21%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148244200.840.720.42351.2972.0933.73
Hex94182A054482A15f4822
Octal224305201241105253711042
Binary10010100110001010100101010010010001010101010111111001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94182A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,24,42); }

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

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

 a { background-color: rgb(148,24,42); }

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

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

 span { border-color: rgb(148,24,42); }

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