#BF3800

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

Shades of Rust #BF3800

Tints of Rust #BF3800

Color information

#BF3800 (or 0xBF3800) is unknown color: approx Rust. HEX triplet: BF, 38 and 00. RGB value is (191,56,0). Sum of RGB (Red+Green+Blue) = 191+56+0=247 (32% of max value = 765). Red value is 191 (75% from 255 or 77.33% from 247); Green value is 56 (22.27% from 255 or 22.67% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3800 is #40C7FF. Grayscale: #5A5A5A. Windows color (decimal): -4245504 or 14527. OLE color: 14527.

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

Color convert

RGB191560-
CMYK00.7110.25
HSL17.59º100%37.45%-
HSV(B)17.59º100%74.9%-
XYZ22.913.91.48-
YUV89.9877.23200.05-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 77.33%
GREEN value IS 56 (22.27% from 255) = 22.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=77.33%
G=22.67%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19156000.7110.2517.5910037.45
HexBF3800476419126425
Octal2777000107144312214445
Binary10111111111000001000111110010011001100101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3800; }

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

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

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

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

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

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

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

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