#BF4800

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

Shades of Rust #BF4800

Tints of Rust #BF4800

Color information

#BF4800 (or 0xBF4800) is unknown color: approx Rust. HEX triplet: BF, 48 and 00. RGB value is (191,72,0). Sum of RGB (Red+Green+Blue) = 191+72+0=263 (34% of max value = 765). Red value is 191 (75% from 255 or 72.62% from 263); Green value is 72 (28.52% from 255 or 27.38% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4800 is #40B7FF. Grayscale: #636363. Windows color (decimal): -4241408 or 18623. OLE color: 18623.

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

Color convert

RGB191720-
CMYK00.6210.25
HSL22.62º100%37.45%-
HSV(B)22.62º100%74.9%-
XYZ23.815.711.78-
YUV99.3771.92193.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 72.62%
GREEN value IS 72 (28.52% from 255) = 27.38%
BLUE value IS 0 (0.39% from 255) = 0%
R=72.62%
G=27.38%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19172000.6210.2522.6210037.45
HexBF48003E6419176425
Octal2771100076144312714445
Binary10111111100100000111110110010011001101111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4800; }

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

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

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

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

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

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

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

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