#BF4202

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

Shades of Rust #BF4202

Tints of Rust #BF4202

Color information

#BF4202 (or 0xBF4202) is unknown color: approx Rust. HEX triplet: BF, 42 and 02. RGB value is (191,66,2). Sum of RGB (Red+Green+Blue) = 191+66+2=259 (34% of max value = 765). Red value is 191 (75% from 255 or 73.75% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 2 (1.17% from 255 or 0.77% from 259); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4202 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4202 is #40BDFD. Grayscale: #606060. Windows color (decimal): -4242942 or 148159. OLE color: 148159.

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

Color convert

RGB191662-
CMYK00.650.990.25
HSL20.32º97.93%37.84%-
HSV(B)20.32º98.95%74.9%-
XYZ23.4514.981.71-
YUV96.0874.91195.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 73.75%
GREEN value IS 66 (26.17% from 255) = 25.48%
BLUE value IS 2 (1.17% from 255) = 0.77%
R=73.75%
G=25.48%
B=0.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19166200.650.990.2520.3297.9337.84
HexBF4220416319146226
Octal27710220101143312414246
Binary1011111110000101001000001110001111001101001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4202; }

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

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

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

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

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

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

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

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