Html Css Color HEX #BF4016 Rust

📋 copy color: '#BF4016'

red 191 ◦ green 64 ◦ blue 22

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

Shades of Rust #BF4016

Tints of Rust #BF4016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.94%

R = 68.95%
G = 23.1%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BF4016 (or 0xBF4016) is known color: Rust. HEX triplet: BF, 40 and 16. RGB value is (191,64,22). Sum of RGB (Red+Green+Blue) = 191+64+22=277 (36% of max value = 765). Red value is 191 (75% from 255 or 68.95% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 22 (8.98% from 255 or 7.94% from 277); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4016 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4016 is #40BFE9. Grayscale: #616161. Windows color (decimal): -4243434 or 1458367. OLE color: 1458367.

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

Color convert

RGB 191 64 22 -
CMYK 0 0.66 0.88 0.25
HSL 14.91º 0.79% 0.42% -
HSV(B) 14.91º 0.88% 0.75% -
XYZ 23.46 14.8 2.38 -
YUV 97.19 85.58 194.92 -
System Red Green Blue C M Y K H S L
Decimal 191 64 22 0 0.66 0.88 0.25 14.91 0.79 0.42
Hex BF 40 16 0 42 58 19 F 4F 2A
Octal 277 100 26 0 102 130 31 17 117 52
Binary 10111111 1000000 10110 0 1000010 1011000 11001 1111 1001111 101010

Color Harmonies of #BF4016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4016

Black with #BF4016

Text Example


Text Example

White with #BF4016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4016; }

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

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

background-color css

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

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

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

border-color css

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

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

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