#B83A06

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

Shades of Rust #B83A06

Tints of Rust #B83A06

Color information

#B83A06 (or 0xB83A06) is unknown color: approx Rust. HEX triplet: B8, 3A and 06. RGB value is (184,58,6). Sum of RGB (Red+Green+Blue) = 184+58+6=248 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.19% from 248); Green value is 58 (23.05% from 255 or 23.39% from 248); Blue value is 6 (2.73% from 255 or 2.42% from 248); Max value from RGB is 184 - color contains mainly: red. Hex color #B83A06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83A06 is #47C5F9. Grayscale: #5A5A5A. Windows color (decimal): -4703738 or 408248. OLE color: 408248.

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

Color convert

RGB184586-
CMYK00.680.970.28
HSL17.53º93.68%37.25%-
HSV(B)17.53º96.74%72.16%-
XYZ21.3113.231.6-
YUV89.7580.74195.23-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 74.19%
GREEN value IS 58 (23.05% from 255) = 23.39%
BLUE value IS 6 (2.73% from 255) = 2.42%
R=74.19%
G=23.39%
B=2.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.97
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18458600.680.970.2817.5393.6837.25
HexB83A6044611C125e25
Octal2707260104141342213645
Binary1011100011101011001000100110000111100100101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83A06; }

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

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

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

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

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

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

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

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