Html Css Color HEX #BF471E Rust

📋 copy color: '#BF471E'

red 191 ◦ green 71 ◦ blue 30

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

Shades of Rust #BF471E

Tints of Rust #BF471E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.27%

R = 65.41%
G = 24.32%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BF471E (or 0xBF471E) is known color: Rust. HEX triplet: BF, 47 and 1E. RGB value is (191,71,30). Sum of RGB (Red+Green+Blue) = 191+71+30=292 (38% of max value = 765). Red value is 191 (75% from 255 or 65.41% from 292); Green value is 71 (28.12% from 255 or 24.32% from 292); Blue value is 30 (12.11% from 255 or 10.27% from 292); Max value from RGB is 191 - color contains mainly: red. Hex color #BF471E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF471E is #40B8E1. Grayscale: #666666. Windows color (decimal): -4241634 or 1984447. OLE color: 1984447.

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

Color convert

RGB 191 71 30 -
CMYK 0 0.63 0.84 0.25
HSL 15.28º 0.73% 0.43% -
HSV(B) 15.28º 0.84% 0.75% -
XYZ 23.97 15.68 2.99 -
YUV 102.21 87.26 191.33 -
System Red Green Blue C M Y K H S L
Decimal 191 71 30 0 0.63 0.84 0.25 15.28 0.73 0.43
Hex BF 47 1E 0 3F 54 19 F 49 2B
Octal 277 107 36 0 77 124 31 17 111 53
Binary 10111111 1000111 11110 0 111111 1010100 11001 1111 1001001 101011

Color Harmonies of #BF471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF471E

Black with #BF471E

Text Example


Text Example

White with #BF471E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF471E; }

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

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

background-color css

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

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

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

border-color css

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

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

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