#B0503A

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

Shades of Orange Roughy #B0503A

Tints of Orange Roughy #B0503A

Color information

#B0503A (or 0xB0503A) is unknown color: approx Orange Roughy. HEX triplet: B0, 50 and 3A. RGB value is (176,80,58). Sum of RGB (Red+Green+Blue) = 176+80+58=314 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.05% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 58 (23.05% from 255 or 18.47% from 314); Max value from RGB is 176 - color contains mainly: red. Hex color #B0503A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0503A is #4FAFC5. Grayscale: #6A6A6A. Windows color (decimal): -5222342 or 3821744. OLE color: 3821744.

HSL color Cylindrical-coordinate representation of color #B0503A: hue angle of 11.19º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B0503A is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB1768058-
CMYK00.550.670.31
HSL11.19º50.43%45.88%-
HSV(B)11.19º67.05%69.02%-
XYZ21.5415.275.82-
YUV106.2100.8177.79-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 56.05%
GREEN value IS 80 (31.64% from 255) = 25.48%
BLUE value IS 58 (23.05% from 255) = 18.47%
R=56.05%
G=25.48%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176805800.550.670.3111.1950.4345.88
HexB0503A037431Fb322e
Octal2601207206710337136256
Binary10110000101000011101001101111000011111111011110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0503A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0503A; }

 p { color: rgb(176,80,58); }

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

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

 a { background-color: rgb(176,80,58); }

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

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

 span { border-color: rgb(176,80,58); }

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