#B83C05

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

Shades of Rust #B83C05

Tints of Rust #B83C05

Color information

#B83C05 (or 0xB83C05) is unknown color: approx Rust. HEX triplet: B8, 3C and 05. RGB value is (184,60,5). Sum of RGB (Red+Green+Blue) = 184+60+5=249 (32% of max value = 765). Red value is 184 (72.27% from 255 or 73.90% from 249); Green value is 60 (23.83% from 255 or 24.10% from 249); Blue value is 5 (2.34% from 255 or 2.01% from 249); Max value from RGB is 184 - color contains mainly: red. Hex color #B83C05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83C05 is #47C3FA. Grayscale: #5B5B5B. Windows color (decimal): -4703227 or 343224. OLE color: 343224.

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

Color convert

RGB184605-
CMYK00.670.970.28
HSL18.44º94.71%37.06%-
HSV(B)18.44º97.28%72.16%-
XYZ21.4113.431.61-
YUV90.8179.58194.47-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 73.90%
GREEN value IS 60 (23.83% from 255) = 24.10%
BLUE value IS 5 (2.34% from 255) = 2.01%
R=73.90%
G=24.10%
B=2.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.97
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18460500.670.970.2818.4494.7137.06
HexB83C5043611C125f25
Octal2707450103141342213745
Binary1011100011110010101000011110000111100100101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83C05; }

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

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

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

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

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

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

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

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