#BF3A00

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

Shades of Rust #BF3A00

Tints of Rust #BF3A00

Color information

#BF3A00 (or 0xBF3A00) is unknown color: approx Rust. HEX triplet: BF, 3A and 00. RGB value is (191,58,0). Sum of RGB (Red+Green+Blue) = 191+58+0=249 (32% of max value = 765). Red value is 191 (75% from 255 or 76.71% from 249); Green value is 58 (23.05% from 255 or 23.29% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3A00 is #40C5FF. Grayscale: #5B5B5B. Windows color (decimal): -4244992 or 15039. OLE color: 15039.

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

Color convert

RGB191580-
CMYK00.7010.25
HSL18.22º100%37.45%-
HSV(B)18.22º100%74.9%-
XYZ2314.11.51-
YUV91.1676.56199.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 76.71%
GREEN value IS 58 (23.05% from 255) = 23.29%
BLUE value IS 0 (0.39% from 255) = 0%
R=76.71%
G=23.29%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19158000.7010.2518.2210037.45
HexBF3A00466419126425
Octal2777200106144312214445
Binary10111111111010001000110110010011001100101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3A00; }

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

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

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

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

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

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

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

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