Html Css Color HEX #BF5315 Rust

📋 copy color: '#BF5315'

red 191 ◦ green 83 ◦ blue 21

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

Shades of Rust #BF5315

Tints of Rust #BF5315

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.14%

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

R = 64.75%
G = 28.14%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BF5315 (or 0xBF5315) is known color: Rust. HEX triplet: BF, 53 and 15. RGB value is (191,83,21). Sum of RGB (Red+Green+Blue) = 191+83+21=295 (39% of max value = 765). Red value is 191 (75% from 255 or 64.75% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 21 (8.59% from 255 or 7.12% from 295); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5315 is #40ACEA. Grayscale: #6C6C6C. Windows color (decimal): -4238571 or 1397695. OLE color: 1397695.

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

Color convert

RGB 191 83 21 -
CMYK 0 0.57 0.89 0.25
HSL 21.88º 0.8% 0.42% -
HSV(B) 21.88º 0.89% 0.75% -
XYZ 24.71 17.32 2.75 -
YUV 108.22 78.78 187.04 -
System Red Green Blue C M Y K H S L
Decimal 191 83 21 0 0.57 0.89 0.25 21.88 0.8 0.42
Hex BF 53 15 0 39 59 19 16 50 2A
Octal 277 123 25 0 71 131 31 26 120 52
Binary 10111111 1010011 10101 0 111001 1011001 11001 10110 1010000 101010

Color Harmonies of #BF5315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5315

Black with #BF5315

Text Example


Text Example

White with #BF5315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5315; }

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

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

background-color css

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

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

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

border-color css

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

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

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