#BF4502

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

Shades of Rust #BF4502

Tints of Rust #BF4502

Color information

#BF4502 (or 0xBF4502) is unknown color: approx Rust. HEX triplet: BF, 45 and 02. RGB value is (191,69,2). Sum of RGB (Red+Green+Blue) = 191+69+2=262 (34% of max value = 765). Red value is 191 (75% from 255 or 72.90% from 262); Green value is 69 (27.34% from 255 or 26.34% from 262); Blue value is 2 (1.17% from 255 or 0.76% from 262); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4502 is #40BAFD. Grayscale: #626262. Windows color (decimal): -4242174 or 148927. OLE color: 148927.

HSL color Cylindrical-coordinate representation of color #BF4502: hue angle of 21.27º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF4502 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB191692-
CMYK00.640.990.25
HSL21.27º97.93%37.84%-
HSV(B)21.27º98.95%74.9%-
XYZ23.6215.341.77-
YUV97.8473.92194.45-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 72.90%
GREEN value IS 69 (27.34% from 255) = 26.34%
BLUE value IS 2 (1.17% from 255) = 0.76%
R=72.90%
G=26.34%
B=0.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19169200.640.990.2521.2797.9337.84
HexBF4520406319156226
Octal27710520100143312514246
Binary1011111110001011001000000110001111001101011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4502; }

 p { color: rgb(191,69,2); }

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

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

 a { background-color: rgb(191,69,2); }

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

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

 span { border-color: rgb(191,69,2); }

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