#BF4B03

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

Shades of Rust #BF4B03

Tints of Rust #BF4B03

Color information

#BF4B03 (or 0xBF4B03) is unknown color: approx Rust. HEX triplet: BF, 4B and 03. RGB value is (191,75,3). Sum of RGB (Red+Green+Blue) = 191+75+3=269 (35% of max value = 765). Red value is 191 (75% from 255 or 71.00% from 269); Green value is 75 (29.69% from 255 or 27.88% from 269); Blue value is 3 (1.56% from 255 or 1.12% from 269); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4B03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4B03 is #40B4FC. Grayscale: #656565. Windows color (decimal): -4240637 or 215999. OLE color: 215999.

HSL color Cylindrical-coordinate representation of color #BF4B03: hue angle of 22.98º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BF4B03 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB191753-
CMYK00.610.980.25
HSL22.98º96.91%38.04%-
HSV(B)22.98º98.43%74.9%-
XYZ24.0216.121.93-
YUV101.4872.43191.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 71.00%
GREEN value IS 75 (29.69% from 255) = 27.88%
BLUE value IS 3 (1.56% from 255) = 1.12%
R=71.00%
G=27.88%
B=1.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.98
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19175300.610.980.2522.9896.9138.04
HexBF4B303D6219176126
Octal2771133075142312714146
Binary101111111001011110111101110001011001101111100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4B03; }

 p { color: rgb(191,75,3); }

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

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

 a { background-color: rgb(191,75,3); }

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

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

 span { border-color: rgb(191,75,3); }

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