#b0503b

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

Shades of Orange Roughy #B0503B

Tints of Orange Roughy #B0503B

Color information

#B0503B (or 0xB0503B) is unknown color: approx Orange Roughy. HEX triplet: B0, 50 and 3B. RGB value is (176,80,59). Sum of RGB (Red+Green+Blue) = 176+80+59=315 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.87% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 59 (23.44% from 255 or 18.73% from 315); Max value from RGB is 176 - color contains mainly: red. Hex color #B0503B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0503B is #4FAFC4. Grayscale: #6A6A6A. Windows color (decimal): -5222341 or 3887280. OLE color: 3887280.

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

Color convert

RGB1768059-
CMYK00.550.660.31
HSL10.77º49.79%46.08%-
HSV(B)10.77º66.48%69.02%-
XYZ21.5615.285.95-
YUV106.31101.3177.71-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 55.87%
GREEN value IS 80 (31.64% from 255) = 25.40%
BLUE value IS 59 (23.44% from 255) = 18.73%
R=55.87%
G=25.40%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176805900.550.660.3110.7749.7946.08
HexB0503B037421Fb322e
Octal2601207306710237136256
Binary10110000101000011101101101111000010111111011110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0503b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0503b; }

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

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

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

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

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

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

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

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