Html Css Color HEX #BF5515 Rust

📋 copy color: '#BF5515'

red 191 ◦ green 85 ◦ blue 21

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

Shades of Rust #BF5515

Tints of Rust #BF5515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.07%

R = 64.31%
G = 28.62%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BF5515 (or 0xBF5515) is known color: Rust. HEX triplet: BF, 55 and 15. RGB value is (191,85,21). Sum of RGB (Red+Green+Blue) = 191+85+21=297 (39% of max value = 765). Red value is 191 (75% from 255 or 64.31% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 21 (8.59% from 255 or 7.07% from 297); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5515 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5515 is #40AAEA. Grayscale: #6D6D6D. Windows color (decimal): -4238059 or 1398207. OLE color: 1398207.

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

Color convert

RGB 191 85 21 -
CMYK 0 0.55 0.89 0.25
HSL 22.59º 0.8% 0.42% -
HSV(B) 22.59º 0.89% 0.75% -
XYZ 24.87 17.63 2.8 -
YUV 109.4 78.12 186.2 -
System Red Green Blue C M Y K H S L
Decimal 191 85 21 0 0.55 0.89 0.25 22.59 0.8 0.42
Hex BF 55 15 0 37 59 19 17 50 2A
Octal 277 125 25 0 67 131 31 27 120 52
Binary 10111111 1010101 10101 0 110111 1011001 11001 10111 1010000 101010

Color Harmonies of #BF5515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5515

Black with #BF5515

Text Example


Text Example

White with #BF5515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5515; }

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

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

background-color css

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

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

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

border-color css

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

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

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