Html Css Color HEX #BF5518 Rust

📋 copy color: '#BF5518'

red 191 ◦ green 85 ◦ blue 24

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

Shades of Rust #BF5518

Tints of Rust #BF5518

RGB

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

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

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

R = 63.67%
G = 28.33%
B = 8%

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

#BF5518 (or 0xBF5518) is known color: Rust. HEX triplet: BF, 55 and 18. RGB value is (191,85,24). Sum of RGB (Red+Green+Blue) = 191+85+24=300 (39% of max value = 765). Red value is 191 (75% from 255 or 63.67% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 24 (9.77% from 255 or 8% from 300); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5518 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5518 is #40AAE7. Grayscale: #6E6E6E. Windows color (decimal): -4238056 or 1594815. OLE color: 1594815.

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

Color convert

RGB 191 85 24 -
CMYK 0 0.55 0.87 0.25
HSL 21.92º 0.78% 0.42% -
HSV(B) 21.92º 0.87% 0.75% -
XYZ 24.9 17.64 2.96 -
YUV 109.74 79.62 185.96 -
System Red Green Blue C M Y K H S L
Decimal 191 85 24 0 0.55 0.87 0.25 21.92 0.78 0.42
Hex BF 55 18 0 37 57 19 16 4E 2A
Octal 277 125 30 0 67 127 31 26 116 52
Binary 10111111 1010101 11000 0 110111 1010111 11001 10110 1001110 101010

Color Harmonies of #BF5518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5518

Black with #BF5518

Text Example


Text Example

White with #BF5518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5518; }

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

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

background-color css

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

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

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

border-color css

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

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

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