#B24E3A

Color #B24E3A Orange Roughy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orange Roughy #B24E3A

Tints of Orange Roughy #B24E3A

Color information

#B24E3A (or 0xB24E3A) is unknown color: approx Orange Roughy. HEX triplet: B2, 4E and 3A. RGB value is (178,78,58). Sum of RGB (Red+Green+Blue) = 178+78+58=314 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.69% from 314); Green value is 78 (30.86% from 255 or 24.84% from 314); Blue value is 58 (23.05% from 255 or 18.47% from 314); Max value from RGB is 178 - color contains mainly: red. Hex color #B24E3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B24E3A is #4DB1C5. Grayscale: #696969. Windows color (decimal): -5091782 or 3821234. OLE color: 3821234.

HSL color Cylindrical-coordinate representation of color #B24E3A: hue angle of 10º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B24E3A is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.30.

Color convert

RGB1787858-
CMYK00.560.670.30
HSL10º50.85%46.27%-
HSV(B)10º67.42%69.8%-
XYZ21.8515.225.79-
YUV105.62101.13179.63-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 56.69%
GREEN value IS 78 (30.86% from 255) = 24.84%
BLUE value IS 58 (23.05% from 255) = 18.47%
R=56.69%
G=24.84%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.67
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178785800.560.670.301050.8546.27
HexB24E3A038431Ea332e
Octal2621167207010336126356
Binary10110010100111011101001110001000011111101010110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24E3A; }

 p { color: rgb(178,78,58); }

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

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

 a { background-color: rgb(178,78,58); }

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

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

 span { border-color: rgb(178,78,58); }

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