#B8451D

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

Shades of Rust #B8451D

Tints of Rust #B8451D

Color information

#B8451D (or 0xB8451D) is unknown color: approx Rust. HEX triplet: B8, 45 and 1D. RGB value is (184,69,29). Sum of RGB (Red+Green+Blue) = 184+69+29=282 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.25% from 282); Green value is 69 (27.34% from 255 or 24.47% from 282); Blue value is 29 (11.72% from 255 or 10.28% from 282); Max value from RGB is 184 - color contains mainly: red. Hex color #B8451D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8451D is #47BAE2. Grayscale: #636363. Windows color (decimal): -4700899 or 1918392. OLE color: 1918392.

HSL color Cylindrical-coordinate representation of color #B8451D: hue angle of 15.48º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B8451D is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB1846929-
CMYK00.620.840.28
HSL15.48º72.77%41.76%-
HSV(B)15.48º84.24%72.16%-
XYZ22.1214.542.8-
YUV98.8288.6188.75-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 65.25%
GREEN value IS 69 (27.34% from 255) = 24.47%
BLUE value IS 29 (11.72% from 255) = 10.28%
R=65.25%
G=24.47%
B=10.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.84
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184692900.620.840.2815.4872.7741.76
HexB8451D03E541Cf492a
Octal27010535076124341711152
Binary10111000100010111101011111010101001110011111001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8451D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8451D; }

 p { color: rgb(184,69,29); }

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

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

 a { background-color: rgb(184,69,29); }

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

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

 span { border-color: rgb(184,69,29); }

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