#BF4221

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

Shades of Rust #BF4221

Tints of Rust #BF4221

Color information

#BF4221 (or 0xBF4221) is unknown color: approx Rust. HEX triplet: BF, 42 and 21. RGB value is (191,66,33). Sum of RGB (Red+Green+Blue) = 191+66+33=290 (38% of max value = 765). Red value is 191 (75% from 255 or 65.86% from 290); Green value is 66 (26.17% from 255 or 22.76% from 290); Blue value is 33 (13.28% from 255 or 11.38% from 290); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4221 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4221 is #40BDDE. Grayscale: #636363. Windows color (decimal): -4242911 or 2179775. OLE color: 2179775.

HSL color Cylindrical-coordinate representation of color #BF4221: hue angle of 12.53º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF4221 is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB1916633-
CMYK00.650.830.25
HSL12.53º70.54%43.92%-
HSV(B)12.53º82.72%74.9%-
XYZ23.7115.083.1-
YUV99.6190.41193.18-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 65.86%
GREEN value IS 66 (26.17% from 255) = 22.76%
BLUE value IS 33 (13.28% from 255) = 11.38%
R=65.86%
G=22.76%
B=11.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191663300.650.830.2512.5370.5443.92
HexBF42210415319d472c
Octal277102410101123311510754
Binary1011111110000101000010100000110100111100111011000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4221; }

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

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

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

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

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

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

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

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