#BF3C00

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

Shades of Rust #BF3C00

Tints of Rust #BF3C00

Color information

#BF3C00 (or 0xBF3C00) is unknown color: approx Rust. HEX triplet: BF, 3C and 00. RGB value is (191,60,0). Sum of RGB (Red+Green+Blue) = 191+60+0=251 (33% of max value = 765). Red value is 191 (75% from 255 or 76.10% from 251); Green value is 60 (23.83% from 255 or 23.90% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3C00 is #40C3FF. Grayscale: #5C5C5C. Windows color (decimal): -4244480 or 15551. OLE color: 15551.

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

Color convert

RGB191600-
CMYK00.6910.25
HSL18.85º100%37.45%-
HSV(B)18.85º100%74.9%-
XYZ23.114.311.54-
YUV92.3375.9198.38-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 76.10%
GREEN value IS 60 (23.83% from 255) = 23.90%
BLUE value IS 0 (0.39% from 255) = 0%
R=76.10%
G=23.90%
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
Decimal19160000.6910.2518.8510037.45
HexBF3C00456419136425
Octal2777400105144312314445
Binary10111111111100001000101110010011001100111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3C00; }

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

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

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

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

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

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

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

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