Html Css Color HEX #BF4015 Rust

📋 copy color: '#BF4015'

red 191 ◦ green 64 ◦ blue 21

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

Shades of Rust #BF4015

Tints of Rust #BF4015

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.19%

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

R = 69.2%
G = 23.19%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BF4015 (or 0xBF4015) is known color: Rust. HEX triplet: BF, 40 and 15. RGB value is (191,64,21). Sum of RGB (Red+Green+Blue) = 191+64+21=276 (36% of max value = 765). Red value is 191 (75% from 255 or 69.20% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 21 (8.59% from 255 or 7.61% from 276); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4015 is #40BFEA. Grayscale: #616161. Windows color (decimal): -4243435 or 1392831. OLE color: 1392831.

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

Color convert

RGB 191 64 21 -
CMYK 0 0.66 0.89 0.25
HSL 15.18º 0.8% 0.42% -
HSV(B) 15.18º 0.89% 0.75% -
XYZ 23.45 14.8 2.33 -
YUV 97.07 85.08 195 -
System Red Green Blue C M Y K H S L
Decimal 191 64 21 0 0.66 0.89 0.25 15.18 0.8 0.42
Hex BF 40 15 0 42 59 19 F 50 2A
Octal 277 100 25 0 102 131 31 17 120 52
Binary 10111111 1000000 10101 0 1000010 1011001 11001 1111 1010000 101010

Color Harmonies of #BF4015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4015

Black with #BF4015

Text Example


Text Example

White with #BF4015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4015; }

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

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

background-color css

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

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

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

border-color css

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

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

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