#942A3A

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

Shades of Bright Red #942A3A

Tints of Bright Red #942A3A

Color information

#942A3A (or 0x942A3A) is unknown color: approx Bright Red. HEX triplet: 94, 2A and 3A. RGB value is (148,42,58). Sum of RGB (Red+Green+Blue) = 148+42+58=248 (32% of max value = 765). Red value is 148 (58.20% from 255 or 59.68% from 248); Green value is 42 (16.80% from 255 or 16.94% from 248); Blue value is 58 (23.05% from 255 or 23.39% from 248); Max value from RGB is 148 - color contains mainly: red. Hex color #942A3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942A3A is #6BD5C5. Grayscale: #4B4B4B. Windows color (decimal): -7067078 or 3811988. OLE color: 3811988.

HSL color Cylindrical-coordinate representation of color #942A3A: hue angle of 350.94º 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 #942A3A is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB1484258-
CMYK00.720.610.42
HSL350.94º55.79%37.25%-
HSV(B)350.94º71.62%58.04%-
XYZ13.88.264.87-
YUV75.52118.12179.7-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 59.68%
GREEN value IS 42 (16.80% from 255) = 16.94%
BLUE value IS 58 (23.05% from 255) = 23.39%
R=59.68%
G=16.94%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148425800.720.610.42350.9455.7937.25
Hex942A3A0483D2A15f3825
Octal2245272011075525377045
Binary1001010010101011101001001000111101101010101011111111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942A3A; }

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

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

<style>
 a { background-color: #942A3A; }

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

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

<style>
 span { border-color: #942A3A; }

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

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