Html Css Color HEX #BF4519 Rust

📋 copy color: '#BF4519'

red 191 ◦ green 69 ◦ blue 25

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

Shades of Rust #BF4519

Tints of Rust #BF4519

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.21%

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

R = 67.02%
G = 24.21%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BF4519 (or 0xBF4519) is known color: Rust. HEX triplet: BF, 45 and 19. RGB value is (191,69,25). Sum of RGB (Red+Green+Blue) = 191+69+25=285 (37% of max value = 765). Red value is 191 (75% from 255 or 67.02% from 285); Green value is 69 (27.34% from 255 or 24.21% from 285); Blue value is 25 (10.16% from 255 or 8.77% from 285); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4519 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4519 is #40BAE6. Grayscale: #646464. Windows color (decimal): -4242151 or 1656255. OLE color: 1656255.

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

Color convert

RGB 191 69 25 -
CMYK 0 0.64 0.87 0.25
HSL 15.9º 0.77% 0.42% -
HSV(B) 15.9º 0.87% 0.75% -
XYZ 23.79 15.4 2.64 -
YUV 100.46 85.42 192.58 -
System Red Green Blue C M Y K H S L
Decimal 191 69 25 0 0.64 0.87 0.25 15.9 0.77 0.42
Hex BF 45 19 0 40 57 19 10 4D 2A
Octal 277 105 31 0 100 127 31 20 115 52
Binary 10111111 1000101 11001 0 1000000 1010111 11001 10000 1001101 101010

Color Harmonies of #BF4519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4519

Black with #BF4519

Text Example


Text Example

White with #BF4519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4519; }

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

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

background-color css

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

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

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

border-color css

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

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

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