Html Css Color HEX #BF5519 Rust

📋 copy color: '#BF5519'

red 191 ◦ green 85 ◦ blue 25

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

Shades of Rust #BF5519

Tints of Rust #BF5519

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.24%

 BLUE value IS 25 (10.16% from 255) = 8.31%

R = 63.46%
G = 28.24%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BF5519 (or 0xBF5519) is known color: Rust. HEX triplet: BF, 55 and 19. RGB value is (191,85,25). Sum of RGB (Red+Green+Blue) = 191+85+25=301 (39% of max value = 765). Red value is 191 (75% from 255 or 63.46% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 25 (10.16% from 255 or 8.31% from 301); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5519 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5519 is #40AAE6. Grayscale: #6E6E6E. Windows color (decimal): -4238055 or 1660351. OLE color: 1660351.

HSL color Cylindrical-coordinate representation of color #BF5519: hue angle of 21.69º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF5519 is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 85 25 -
CMYK 0 0.55 0.87 0.25
HSL 21.69º 0.77% 0.42% -
HSV(B) 21.69º 0.87% 0.75% -
XYZ 24.91 17.64 3.01 -
YUV 109.85 80.12 185.88 -
System Red Green Blue C M Y K H S L
Decimal 191 85 25 0 0.55 0.87 0.25 21.69 0.77 0.42
Hex BF 55 19 0 37 57 19 16 4D 2A
Octal 277 125 31 0 67 127 31 26 115 52
Binary 10111111 1010101 11001 0 110111 1010111 11001 10110 1001101 101010

Color Harmonies of #BF5519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5519

Black with #BF5519

Text Example


Text Example

White with #BF5519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5519; }

 p { color: rgb(191,85,25); }

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

background-color css

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

 a { background-color: rgb(191,85,25); }

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

border-color css

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

 span { border-color: rgb(191,85,25); }

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