#B8411D

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

Shades of Rust #B8411D

Tints of Rust #B8411D

Color information

#B8411D (or 0xB8411D) is unknown color: approx Rust. HEX triplet: B8, 41 and 1D. RGB value is (184,65,29). Sum of RGB (Red+Green+Blue) = 184+65+29=278 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.19% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 29 (11.72% from 255 or 10.43% from 278); Max value from RGB is 184 - color contains mainly: red. Hex color #B8411D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8411D is #47BEE2. Grayscale: #606060. Windows color (decimal): -4701923 or 1917368. OLE color: 1917368.

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

Color convert

RGB1846529-
CMYK00.650.840.28
HSL13.94º72.77%41.76%-
HSV(B)13.94º84.24%72.16%-
XYZ21.8814.062.72-
YUV96.4889.92190.43-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 66.19%
GREEN value IS 65 (25.78% from 255) = 23.38%
BLUE value IS 29 (11.72% from 255) = 10.43%
R=66.19%
G=23.38%
B=10.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.84
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184652900.650.840.2813.9472.7741.76
HexB8411D041541Ce492a
Octal270101350101124341611152
Binary101110001000001111010100000110101001110011101001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8411D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8411D; }

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

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

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

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

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

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

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

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