Html Css Color HEX #BF470E Rust

📋 copy color: '#BF470E'

red 191 ◦ green 71 ◦ blue 14

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

Shades of Rust #BF470E

Tints of Rust #BF470E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.07%

R = 69.2%
G = 25.72%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BF470E (or 0xBF470E) is known color: Rust. HEX triplet: BF, 47 and 0E. RGB value is (191,71,14). Sum of RGB (Red+Green+Blue) = 191+71+14=276 (36% of max value = 765). Red value is 191 (75% from 255 or 69.20% from 276); Green value is 71 (28.12% from 255 or 25.72% from 276); Blue value is 14 (5.86% from 255 or 5.07% from 276); Max value from RGB is 191 - color contains mainly: red. Hex color #BF470E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF470E is #40B8F1. Grayscale: #646464. Windows color (decimal): -4241650 or 935871. OLE color: 935871.

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

Color convert

RGB 191 71 14 -
CMYK 0 0.63 0.93 0.25
HSL 19.32º 0.86% 0.4% -
HSV(B) 19.32º 0.93% 0.75% -
XYZ 23.82 15.61 2.17 -
YUV 100.38 79.26 192.63 -
System Red Green Blue C M Y K H S L
Decimal 191 71 14 0 0.63 0.93 0.25 19.32 0.86 0.4
Hex BF 47 E 0 3F 5D 19 13 56 28
Octal 277 107 16 0 77 135 31 23 126 50
Binary 10111111 1000111 1110 0 111111 1011101 11001 10011 1010110 101000

Color Harmonies of #BF470E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF470E

Black with #BF470E

Text Example


Text Example

White with #BF470E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF470E; }

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

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

background-color css

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

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

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

border-color css

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

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

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