Html Css Color HEX #BF4715 Rust

📋 copy color: '#BF4715'

red 191 ◦ green 71 ◦ blue 21

#BF4715
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rust #BF4715

Tints of Rust #BF4715

RGB

 RED value IS 191 (75% from 255) = 67.49%

 GREEN value IS 71 (28.13% from 255) = 25.09%

 BLUE value IS 21 (8.59% from 255) = 7.42%

R = 67.49%
G = 25.09%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BF4715 (or 0xBF4715) is known color: Rust. HEX triplet: BF, 47 and 15. RGB value is (191,71,21). Sum of RGB (Red+Green+Blue) = 191+71+21=283 (37% of max value = 765). Red value is 191 (75% from 255 or 67.49% from 283); Green value is 71 (28.12% from 255 or 25.09% from 283); Blue value is 21 (8.59% from 255 or 7.42% from 283); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4715 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4715 is #40B8EA. Grayscale: #656565. Windows color (decimal): -4241643 or 1394623. OLE color: 1394623.

HSL color Cylindrical-coordinate representation of color #BF4715: hue angle of 17.65º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF4715 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 71 21 -
CMYK 0 0.63 0.89 0.25
HSL 17.65º 0.8% 0.42% -
HSV(B) 17.65º 0.89% 0.75% -
XYZ 23.87 15.64 2.47 -
YUV 101.18 82.76 192.07 -
System Red Green Blue C M Y K H S L
Decimal 191 71 21 0 0.63 0.89 0.25 17.65 0.8 0.42
Hex BF 47 15 0 3F 59 19 12 50 2A
Octal 277 107 25 0 77 131 31 22 120 52
Binary 10111111 1000111 10101 0 111111 1011001 11001 10010 1010000 101010

Color Harmonies of #BF4715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4715

Black with #BF4715

Text Example


Text Example

White with #BF4715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4715; }

 p { color: rgb(191,71,21); }

 H1.HeaderClassName
 {
   color: #BF4715;
 }
 .AnyTagClassName
 {
   color: #BF4715;
 }
</style>

background-color css

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

 a { background-color: rgb(191,71,21); }

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

border-color css

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

 span { border-color: rgb(191,71,21); }

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