Html Css Color HEX #BF471B Rust

📋 copy color: '#BF471B'

red 191 ◦ green 71 ◦ blue 27

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

Shades of Rust #BF471B

Tints of Rust #BF471B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.34%

R = 66.09%
G = 24.57%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BF471B (or 0xBF471B) is known color: Rust. HEX triplet: BF, 47 and 1B. RGB value is (191,71,27). Sum of RGB (Red+Green+Blue) = 191+71+27=289 (38% of max value = 765). Red value is 191 (75% from 255 or 66.09% from 289); Green value is 71 (28.12% from 255 or 24.57% from 289); Blue value is 27 (10.94% from 255 or 9.34% from 289); Max value from RGB is 191 - color contains mainly: red. Hex color #BF471B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF471B is #40B8E4. Grayscale: #666666. Windows color (decimal): -4241637 or 1787839. OLE color: 1787839.

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

Color convert

RGB 191 71 27 -
CMYK 0 0.63 0.86 0.25
HSL 16.1º 0.75% 0.43% -
HSV(B) 16.1º 0.86% 0.75% -
XYZ 23.94 15.66 2.8 -
YUV 101.86 85.76 191.58 -
System Red Green Blue C M Y K H S L
Decimal 191 71 27 0 0.63 0.86 0.25 16.1 0.75 0.43
Hex BF 47 1B 0 3F 56 19 10 4B 2B
Octal 277 107 33 0 77 126 31 20 113 53
Binary 10111111 1000111 11011 0 111111 1010110 11001 10000 1001011 101011

Color Harmonies of #BF471B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF471B

Black with #BF471B

Text Example


Text Example

White with #BF471B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF471B; }

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

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

background-color css

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

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

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

border-color css

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

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

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