#B43315

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

Shades of Rust #B43315

Tints of Rust #B43315

Color information

#B43315 (or 0xB43315) is unknown color: approx Rust. HEX triplet: B4, 33 and 15. RGB value is (180,51,21). Sum of RGB (Red+Green+Blue) = 180+51+21=252 (33% of max value = 765). Red value is 180 (70.70% from 255 or 71.43% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 21 (8.59% from 255 or 8.33% from 252); Max value from RGB is 180 - color contains mainly: red. Hex color #B43315 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43315 is #4BCCEA. Grayscale: #565656. Windows color (decimal): -4967659 or 1389492. OLE color: 1389492.

HSL color Cylindrical-coordinate representation of color #B43315: hue angle of 11.32º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B43315 is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB1805121-
CMYK00.720.880.29
HSL11.32º79.1%39.41%-
HSV(B)11.32º88.33%70.59%-
XYZ20.1412.131.99-
YUV86.1591.24194.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 71.43%
GREEN value IS 51 (20.31% from 255) = 20.24%
BLUE value IS 21 (8.59% from 255) = 8.33%
R=71.43%
G=20.24%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180512100.720.880.2911.3279.139.41
HexB43315048581Db4f27
Octal26463250110130351311747
Binary10110100110011101010100100010110001110110111001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43315; }

 p { color: rgb(180,51,21); }

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

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

 a { background-color: rgb(180,51,21); }

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

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

 span { border-color: rgb(180,51,21); }

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