#B83405

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

Shades of Rust #B83405

Tints of Rust #B83405

Color information

#B83405 (or 0xB83405) is unknown color: approx Rust. HEX triplet: B8, 34 and 05. RGB value is (184,52,5). Sum of RGB (Red+Green+Blue) = 184+52+5=241 (31% of max value = 765). Red value is 184 (72.27% from 255 or 76.35% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 5 (2.34% from 255 or 2.07% from 241); Max value from RGB is 184 - color contains mainly: red. Hex color #B83405 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83405 is #47CBFA. Grayscale: #565656. Windows color (decimal): -4705275 or 341176. OLE color: 341176.

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

Color convert

RGB184525-
CMYK00.720.970.28
HSL15.75º94.71%37.06%-
HSV(B)15.75º97.28%72.16%-
XYZ21.0212.661.48-
YUV86.1182.23197.82-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 76.35%
GREEN value IS 52 (20.70% from 255) = 21.58%
BLUE value IS 5 (2.34% from 255) = 2.07%
R=76.35%
G=21.58%
B=2.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.97
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18452500.720.970.2815.7594.7137.06
HexB8345048611C105f25
Octal2706450110141342013745
Binary1011100011010010101001000110000111100100001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83405; }

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

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

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

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

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

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

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

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