#B4300C

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

Shades of Rust #B4300C

Tints of Rust #B4300C

Color information

#B4300C (or 0xB4300C) is unknown color: approx Rust. HEX triplet: B4, 30 and 0C. RGB value is (180,48,12). Sum of RGB (Red+Green+Blue) = 180+48+12=240 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 180 - color contains mainly: red. Hex color #B4300C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B4300C is #4BCFF3. Grayscale: #535353. Windows color (decimal): -4968436 or 798900. OLE color: 798900.

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

Color convert

RGB1804812-
CMYK00.730.930.29
HSL12.86º87.5%37.65%-
HSV(B)12.86º93.33%70.59%-
XYZ19.9511.841.58-
YUV83.3687.73196.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 75%
GREEN value IS 48 (19.14% from 255) = 20%
BLUE value IS 12 (5.08% from 255) = 5%
R=75%
G=20%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180481200.730.930.2912.8687.537.65
HexB430C0495D1Dd5826
Octal26460140111135351513046
Binary1011010011000011000100100110111011110111011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4300C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4300C; }

 p { color: rgb(180,48,12); }

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

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

 a { background-color: rgb(180,48,12); }

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

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

 span { border-color: rgb(180,48,12); }

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