Html Css Color HEX #BF5218 Rust

📋 copy color: '#BF5218'

red 191 ◦ green 82 ◦ blue 24

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

Shades of Rust #BF5218

Tints of Rust #BF5218

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.61%

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

R = 64.31%
G = 27.61%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BF5218 (or 0xBF5218) is known color: Rust. HEX triplet: BF, 52 and 18. RGB value is (191,82,24). Sum of RGB (Red+Green+Blue) = 191+82+24=297 (39% of max value = 765). Red value is 191 (75% from 255 or 64.31% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 24 (9.77% from 255 or 8.08% from 297); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5218 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5218 is #40ADE7. Grayscale: #6C6C6C. Windows color (decimal): -4238824 or 1594047. OLE color: 1594047.

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

Color convert

RGB 191 82 24 -
CMYK 0 0.57 0.87 0.25
HSL 20.84º 0.78% 0.42% -
HSV(B) 20.84º 0.87% 0.75% -
XYZ 24.67 17.18 2.88 -
YUV 107.98 80.61 187.22 -
System Red Green Blue C M Y K H S L
Decimal 191 82 24 0 0.57 0.87 0.25 20.84 0.78 0.42
Hex BF 52 18 0 39 57 19 15 4E 2A
Octal 277 122 30 0 71 127 31 25 116 52
Binary 10111111 1010010 11000 0 111001 1010111 11001 10101 1001110 101010

Color Harmonies of #BF5218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5218

Black with #BF5218

Text Example


Text Example

White with #BF5218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5218; }

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

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

background-color css

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

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

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

border-color css

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

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

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