#942B30

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

Shades of Bright Red #942B30

Tints of Bright Red #942B30

Color information

#942B30 (or 0x942B30) is unknown color: approx Bright Red. HEX triplet: 94, 2B and 30. RGB value is (148,43,48). Sum of RGB (Red+Green+Blue) = 148+43+48=239 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.92% from 239); Green value is 43 (17.19% from 255 or 17.99% from 239); Blue value is 48 (19.14% from 255 or 20.08% from 239); Max value from RGB is 148 - color contains mainly: red. Hex color #942B30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942B30 is #6BD4CF. Grayscale: #4B4B4B. Windows color (decimal): -7066832 or 3156884. OLE color: 3156884.

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

Color convert

RGB1484348-
CMYK00.710.680.42
HSL357.14º54.97%37.45%-
HSV(B)357.14º70.95%58.04%-
XYZ13.618.243.67-
YUV74.96112.79180.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 61.92%
GREEN value IS 43 (17.19% from 255) = 17.99%
BLUE value IS 48 (19.14% from 255) = 20.08%
R=61.92%
G=17.99%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148434800.710.680.42357.1454.9737.45
Hex942B30047442A1653725
Octal22453600107104525456745
Binary10010100101011110000010001111000100101010101100101110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,43,48); }

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

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

 a { background-color: rgb(148,43,48); }

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

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

 span { border-color: rgb(148,43,48); }

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