#BF3300

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

Shades of Rust #BF3300

Tints of Rust #BF3300

Color information

#BF3300 (or 0xBF3300) is unknown color: approx Rust. HEX triplet: BF, 33 and 00. RGB value is (191,51,0). Sum of RGB (Red+Green+Blue) = 191+51+0=242 (32% of max value = 765). Red value is 191 (75% from 255 or 78.93% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3300 is #40CCFF. Grayscale: #575757. Windows color (decimal): -4246784 or 13247. OLE color: 13247.

HSL color Cylindrical-coordinate representation of color #BF3300: hue angle of 16.02º 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 #BF3300 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB191510-
CMYK00.7310.25
HSL16.02º100%37.45%-
HSV(B)16.02º100%74.9%-
XYZ22.6713.441.4-
YUV87.0578.88202.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 78.93%
GREEN value IS 51 (20.31% from 255) = 21.07%
BLUE value IS 0 (0.39% from 255) = 0%
R=78.93%
G=21.07%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19151000.7310.2516.0210037.45
HexBF3300496419106425
Octal2776300111144312014445
Binary10111111110011001001001110010011001100001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3300; }

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

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

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

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

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

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

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

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