#B8481C

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

Shades of Rust #B8481C

Tints of Rust #B8481C

Color information

#B8481C (or 0xB8481C) is unknown color: approx Rust. HEX triplet: B8, 48 and 1C. RGB value is (184,72,28). Sum of RGB (Red+Green+Blue) = 184+72+28=284 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.79% from 284); Green value is 72 (28.52% from 255 or 25.35% from 284); Blue value is 28 (11.33% from 255 or 9.86% from 284); Max value from RGB is 184 - color contains mainly: red. Hex color #B8481C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8481C is #47B7E3. Grayscale: #646464. Windows color (decimal): -4700132 or 1853624. OLE color: 1853624.

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

Color convert

RGB1847228-
CMYK00.610.850.28
HSL16.92º73.58%41.57%-
HSV(B)16.92º84.78%72.16%-
XYZ22.2914.912.8-
YUV100.4787.11187.58-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 64.79%
GREEN value IS 72 (28.52% from 255) = 25.35%
BLUE value IS 28 (11.33% from 255) = 9.86%
R=64.79%
G=25.35%
B=9.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.85
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184722800.610.850.2816.9273.5841.57
HexB8481C03D551C114a2a
Octal27011034075125342111252
Binary101110001001000111000111101101010111100100011001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8481C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8481C; }

 p { color: rgb(184,72,28); }

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

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

 a { background-color: rgb(184,72,28); }

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

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

 span { border-color: rgb(184,72,28); }

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