#B3500C

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

Shades of Rust #B3500C

Tints of Rust #B3500C

Color information

#B3500C (or 0xB3500C) is unknown color: approx Rust. HEX triplet: B3, 50 and 0C. RGB value is (179,80,12). Sum of RGB (Red+Green+Blue) = 179+80+12=271 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.05% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 12 (5.08% from 255 or 4.43% from 271); Max value from RGB is 179 - color contains mainly: red. Hex color #B3500C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B3500C is #4CAFF3. Grayscale: #666666. Windows color (decimal): -5025780 or 807091. OLE color: 807091.

HSL color Cylindrical-coordinate representation of color #B3500C: hue angle of 24.43º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B3500C is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB1798012-
CMYK00.550.930.30
HSL24.43º87.43%37.45%-
HSV(B)24.43º93.3%70.2%-
XYZ21.5315.352.18-
YUV101.8577.3183.03-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 66.05%
GREEN value IS 80 (31.64% from 255) = 29.52%
BLUE value IS 12 (5.08% from 255) = 4.43%
R=66.05%
G=29.52%
B=4.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.93
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179801200.550.930.3024.4387.4337.45
HexB350C0375D1E185725
Octal26312014067135363012745
Binary10110011101000011000110111101110111110110001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3500C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3500C; }

 p { color: rgb(179,80,12); }

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

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

 a { background-color: rgb(179,80,12); }

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

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

 span { border-color: rgb(179,80,12); }

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