Html Css Color HEX #BF4716 Rust

📋 copy color: '#BF4716'

red 191 ◦ green 71 ◦ blue 22

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

Shades of Rust #BF4716

Tints of Rust #BF4716

RGB

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

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

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

R = 67.25%
G = 25%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BF4716 (or 0xBF4716) is known color: Rust. HEX triplet: BF, 47 and 16. RGB value is (191,71,22). Sum of RGB (Red+Green+Blue) = 191+71+22=284 (37% of max value = 765). Red value is 191 (75% from 255 or 67.25% from 284); Green value is 71 (28.12% from 255 or 25% from 284); Blue value is 22 (8.98% from 255 or 7.75% from 284); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4716 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4716 is #40B8E9. Grayscale: #656565. Windows color (decimal): -4241642 or 1460159. OLE color: 1460159.

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

Color convert

RGB 191 71 22 -
CMYK 0 0.63 0.88 0.25
HSL 17.4º 0.79% 0.42% -
HSV(B) 17.4º 0.88% 0.75% -
XYZ 23.88 15.64 2.52 -
YUV 101.29 83.26 191.98 -
System Red Green Blue C M Y K H S L
Decimal 191 71 22 0 0.63 0.88 0.25 17.4 0.79 0.42
Hex BF 47 16 0 3F 58 19 11 4F 2A
Octal 277 107 26 0 77 130 31 21 117 52
Binary 10111111 1000111 10110 0 111111 1011000 11001 10001 1001111 101010

Color Harmonies of #BF4716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4716

Black with #BF4716

Text Example


Text Example

White with #BF4716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4716; }

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

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

background-color css

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

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

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

border-color css

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

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

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