#B83705

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

Shades of Rust #B83705

Tints of Rust #B83705

Color information

#B83705 (or 0xB83705) is unknown color: approx Rust. HEX triplet: B8, 37 and 05. RGB value is (184,55,5). Sum of RGB (Red+Green+Blue) = 184+55+5=244 (32% of max value = 765). Red value is 184 (72.27% from 255 or 75.41% from 244); Green value is 55 (21.88% from 255 or 22.54% from 244); Blue value is 5 (2.34% from 255 or 2.05% from 244); Max value from RGB is 184 - color contains mainly: red. Hex color #B83705 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83705 is #47C8FA. Grayscale: #585858. Windows color (decimal): -4704507 or 341944. OLE color: 341944.

HSL color Cylindrical-coordinate representation of color #B83705: hue angle of 16.76º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B83705 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB184555-
CMYK00.700.970.28
HSL16.76º94.71%37.06%-
HSV(B)16.76º97.28%72.16%-
XYZ21.1612.931.52-
YUV87.8781.24196.57-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 75.41%
GREEN value IS 55 (21.88% from 255) = 22.54%
BLUE value IS 5 (2.34% from 255) = 2.05%
R=75.41%
G=22.54%
B=2.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.97
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18455500.700.970.2816.7694.7137.06
HexB8375046611C115f25
Octal2706750106141342113745
Binary1011100011011110101000110110000111100100011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83705; }

 p { color: rgb(184,55,5); }

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

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

 a { background-color: rgb(184,55,5); }

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

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

 span { border-color: rgb(184,55,5); }

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