Html Css Color HEX #BF4518 Rust

📋 copy color: '#BF4518'

red 191 ◦ green 69 ◦ blue 24

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

Shades of Rust #BF4518

Tints of Rust #BF4518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.45%

R = 67.25%
G = 24.3%
B = 8.45%

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

#BF4518 (or 0xBF4518) is known color: Rust. HEX triplet: BF, 45 and 18. RGB value is (191,69,24). Sum of RGB (Red+Green+Blue) = 191+69+24=284 (37% of max value = 765). Red value is 191 (75% from 255 or 67.25% from 284); Green value is 69 (27.34% from 255 or 24.30% from 284); Blue value is 24 (9.77% from 255 or 8.45% from 284); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4518 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4518 is #40BAE7. Grayscale: #646464. Windows color (decimal): -4242152 or 1590719. OLE color: 1590719.

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

Color convert

RGB 191 69 24 -
CMYK 0 0.64 0.87 0.25
HSL 16.17º 0.78% 0.42% -
HSV(B) 16.17º 0.87% 0.75% -
XYZ 23.78 15.4 2.58 -
YUV 100.35 84.92 192.66 -
System Red Green Blue C M Y K H S L
Decimal 191 69 24 0 0.64 0.87 0.25 16.17 0.78 0.42
Hex BF 45 18 0 40 57 19 10 4E 2A
Octal 277 105 30 0 100 127 31 20 116 52
Binary 10111111 1000101 11000 0 1000000 1010111 11001 10000 1001110 101010

Color Harmonies of #BF4518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4518

Black with #BF4518

Text Example


Text Example

White with #BF4518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4518; }

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

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

background-color css

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

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

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

border-color css

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

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

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