Html Css Color HEX #BF4712 Rust

📋 copy color: '#BF4712'

red 191 ◦ green 71 ◦ blue 18

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

Shades of Rust #BF4712

Tints of Rust #BF4712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.43%

R = 68.21%
G = 25.36%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BF4712 (or 0xBF4712) is known color: Rust. HEX triplet: BF, 47 and 12. RGB value is (191,71,18). Sum of RGB (Red+Green+Blue) = 191+71+18=280 (37% of max value = 765). Red value is 191 (75% from 255 or 68.21% from 280); Green value is 71 (28.12% from 255 or 25.36% from 280); Blue value is 18 (7.42% from 255 or 6.43% from 280); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4712 is #40B8ED. Grayscale: #656565. Windows color (decimal): -4241646 or 1198015. OLE color: 1198015.

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

Color convert

RGB 191 71 18 -
CMYK 0 0.63 0.91 0.25
HSL 18.38º 0.83% 0.41% -
HSV(B) 18.38º 0.91% 0.75% -
XYZ 23.85 15.63 2.33 -
YUV 100.84 81.26 192.31 -
System Red Green Blue C M Y K H S L
Decimal 191 71 18 0 0.63 0.91 0.25 18.38 0.83 0.41
Hex BF 47 12 0 3F 5B 19 12 53 29
Octal 277 107 22 0 77 133 31 22 123 51
Binary 10111111 1000111 10010 0 111111 1011011 11001 10010 1010011 101001

Color Harmonies of #BF4712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4712

Black with #BF4712

Text Example


Text Example

White with #BF4712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4712; }

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

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

background-color css

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

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

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

border-color css

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

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

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