#BF3B00

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

Shades of Rust #BF3B00

Tints of Rust #BF3B00

Color information

#BF3B00 (or 0xBF3B00) is unknown color: approx Rust. HEX triplet: BF, 3B and 00. RGB value is (191,59,0). Sum of RGB (Red+Green+Blue) = 191+59+0=250 (33% of max value = 765). Red value is 191 (75% from 255 or 76.4% from 250); Green value is 59 (23.44% from 255 or 23.6% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3B00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3B00 is #40C4FF. Grayscale: #5C5C5C. Windows color (decimal): -4244736 or 15295. OLE color: 15295.

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

Color convert

RGB191590-
CMYK00.6910.25
HSL18.53º100%37.45%-
HSV(B)18.53º100%74.9%-
XYZ23.0514.21.53-
YUV91.7476.23198.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 76.4%
GREEN value IS 59 (23.44% from 255) = 23.6%
BLUE value IS 0 (0.39% from 255) = 0%
R=76.4%
G=23.6%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19159000.6910.2518.5310037.45
HexBF3B00456419136425
Octal2777300105144312314445
Binary10111111111011001000101110010011001100111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3B00; }

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

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

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

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

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

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

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

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