#94132A

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

Shades of Bright Red #94132A

Tints of Bright Red #94132A

Color information

#94132A (or 0x94132A) is unknown color: approx Bright Red. HEX triplet: 94, 13 and 2A. RGB value is (148,19,42). Sum of RGB (Red+Green+Blue) = 148+19+42=209 (27% of max value = 765). Red value is 148 (58.20% from 255 or 70.81% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 42 (16.80% from 255 or 20.10% from 209); Max value from RGB is 148 - color contains mainly: red. Hex color #94132A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94132A is #6BECD5. Grayscale: #3C3C3C. Windows color (decimal): -7072982 or 2757524. OLE color: 2757524.

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

Color convert

RGB1481942-
CMYK00.870.720.42
HSL349.3º77.25%32.75%-
HSV(B)349.3º87.16%58.04%-
XYZ12.866.932.85-
YUV60.19117.74190.63-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 70.81%
GREEN value IS 19 (7.81% from 255) = 9.09%
BLUE value IS 42 (16.80% from 255) = 20.10%
R=70.81%
G=9.09%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148194200.870.720.42349.377.2532.75
Hex94132A057482A15d4d21
Octal224235201271105253511541
Binary10010100100111010100101011110010001010101010111011001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94132A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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