#B83006

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

Shades of Rust #B83006

Tints of Rust #B83006

Color information

#B83006 (or 0xB83006) is unknown color: approx Rust. HEX triplet: B8, 30 and 06. RGB value is (184,48,6). Sum of RGB (Red+Green+Blue) = 184+48+6=238 (31% of max value = 765). Red value is 184 (72.27% from 255 or 77.31% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 6 (2.73% from 255 or 2.52% from 238); Max value from RGB is 184 - color contains mainly: red. Hex color #B83006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83006 is #47CFF9. Grayscale: #545454. Windows color (decimal): -4706298 or 405688. OLE color: 405688.

HSL color Cylindrical-coordinate representation of color #B83006: hue angle of 14.16º degrees, saturation: 0.94, 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 #B83006 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB184486-
CMYK00.740.970.28
HSL14.16º93.68%37.25%-
HSV(B)14.16º96.74%72.16%-
XYZ20.8612.321.45-
YUV83.8884.06199.42-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 77.31%
GREEN value IS 48 (19.14% from 255) = 20.17%
BLUE value IS 6 (2.73% from 255) = 2.52%
R=77.31%
G=20.17%
B=2.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.97
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18448600.740.970.2814.1693.6837.25
HexB830604A611Ce5e25
Octal2706060112141341613645
Binary101110001100001100100101011000011110011101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83006; }

 p { color: rgb(184,48,6); }

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

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

 a { background-color: rgb(184,48,6); }

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

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

 span { border-color: rgb(184,48,6); }

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