#BF3A0B

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

Shades of Rust #BF3A0B

Tints of Rust #BF3A0B

Color information

#BF3A0B (or 0xBF3A0B) is unknown color: approx Rust. HEX triplet: BF, 3A and 0B. RGB value is (191,58,11). Sum of RGB (Red+Green+Blue) = 191+58+11=260 (34% of max value = 765). Red value is 191 (75% from 255 or 73.46% from 260); Green value is 58 (23.05% from 255 or 22.31% from 260); Blue value is 11 (4.69% from 255 or 4.23% from 260); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3A0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3A0B is #40C5F4. Grayscale: #5C5C5C. Windows color (decimal): -4244981 or 735935. OLE color: 735935.

HSL color Cylindrical-coordinate representation of color #BF3A0B: hue angle of 15.67º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF3A0B is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB1915811-
CMYK00.700.940.25
HSL15.67º89.11%39.61%-
HSV(B)15.67º94.24%74.9%-
XYZ23.0614.131.83-
YUV92.4182.06198.32-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 73.46%
GREEN value IS 58 (23.05% from 255) = 22.31%
BLUE value IS 11 (4.69% from 255) = 4.23%
R=73.46%
G=22.31%
B=4.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191581100.700.940.2515.6789.1139.61
HexBF3AB0465E19105928
Octal27772130106136312013150
Binary10111111111010101101000110101111011001100001011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3A0B; }

 p { color: rgb(191,58,11); }

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

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

 a { background-color: rgb(191,58,11); }

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

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

 span { border-color: rgb(191,58,11); }

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