Html Css Color HEX #BF5412 Rust

📋 copy color: '#BF5412'

red 191 ◦ green 84 ◦ blue 18

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

Shades of Rust #BF5412

Tints of Rust #BF5412

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.67%

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

R = 65.19%
G = 28.67%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BF5412 (or 0xBF5412) is known color: Rust. HEX triplet: BF, 54 and 12. RGB value is (191,84,18). Sum of RGB (Red+Green+Blue) = 191+84+18=293 (38% of max value = 765). Red value is 191 (75% from 255 or 65.19% from 293); Green value is 84 (33.20% from 255 or 28.67% from 293); Blue value is 18 (7.42% from 255 or 6.14% from 293); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5412 is #40ABED. Grayscale: #6C6C6C. Windows color (decimal): -4238318 or 1201343. OLE color: 1201343.

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

Color convert

RGB 191 84 18 -
CMYK 0 0.56 0.91 0.25
HSL 22.89º 0.83% 0.41% -
HSV(B) 22.89º 0.91% 0.75% -
XYZ 24.77 17.46 2.64 -
YUV 108.47 76.95 186.87 -
System Red Green Blue C M Y K H S L
Decimal 191 84 18 0 0.56 0.91 0.25 22.89 0.83 0.41
Hex BF 54 12 0 38 5B 19 17 53 29
Octal 277 124 22 0 70 133 31 27 123 51
Binary 10111111 1010100 10010 0 111000 1011011 11001 10111 1010011 101001

Color Harmonies of #BF5412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5412

Black with #BF5412

Text Example


Text Example

White with #BF5412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5412; }

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

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

background-color css

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

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

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

border-color css

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

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

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