#B8300B

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

Shades of Rust #B8300B

Tints of Rust #B8300B

Color information

#B8300B (or 0xB8300B) is unknown color: approx Rust. HEX triplet: B8, 30 and 0B. RGB value is (184,48,11). Sum of RGB (Red+Green+Blue) = 184+48+11=243 (32% of max value = 765). Red value is 184 (72.27% from 255 or 75.72% from 243); Green value is 48 (19.14% from 255 or 19.75% from 243); Blue value is 11 (4.69% from 255 or 4.53% from 243); Max value from RGB is 184 - color contains mainly: red. Hex color #B8300B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8300B is #47CFF4. Grayscale: #545454. Windows color (decimal): -4706293 or 733368. OLE color: 733368.

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

Color convert

RGB1844811-
CMYK00.740.940.28
HSL12.83º88.72%38.24%-
HSV(B)12.83º94.02%72.16%-
XYZ20.8812.331.6-
YUV84.4586.56199.01-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 75.72%
GREEN value IS 48 (19.14% from 255) = 19.75%
BLUE value IS 11 (4.69% from 255) = 4.53%
R=75.72%
G=19.75%
B=4.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.94
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184481100.740.940.2812.8388.7238.24
HexB830B04A5E1Cd5926
Octal27060130112136341513146
Binary1011100011000010110100101010111101110011011011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8300B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8300B; }

 p { color: rgb(184,48,11); }

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

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

 a { background-color: rgb(184,48,11); }

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

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

 span { border-color: rgb(184,48,11); }

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