Html Css Color HEX #BF5113 Rust

📋 copy color: '#BF5113'

red 191 ◦ green 81 ◦ blue 19

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

Shades of Rust #BF5113

Tints of Rust #BF5113

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.84%

 BLUE value IS 19 (7.81% from 255) = 6.53%

R = 65.64%
G = 27.84%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BF5113 (or 0xBF5113) is known color: Rust. HEX triplet: BF, 51 and 13. RGB value is (191,81,19). Sum of RGB (Red+Green+Blue) = 191+81+19=291 (38% of max value = 765). Red value is 191 (75% from 255 or 65.64% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 19 (7.81% from 255 or 6.53% from 291); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5113 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5113 is #40AEEC. Grayscale: #6B6B6B. Windows color (decimal): -4239085 or 1266111. OLE color: 1266111.

HSL color Cylindrical-coordinate representation of color #BF5113: hue angle of 21.63º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF5113 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 81 19 -
CMYK 0 0.58 0.90 0.25
HSL 21.63º 0.82% 0.41% -
HSV(B) 21.63º 0.9% 0.75% -
XYZ 24.55 17.01 2.61 -
YUV 106.82 78.44 188.04 -
System Red Green Blue C M Y K H S L
Decimal 191 81 19 0 0.58 0.90 0.25 21.63 0.82 0.41
Hex BF 51 13 0 3A 5A 19 16 52 29
Octal 277 121 23 0 72 132 31 26 122 51
Binary 10111111 1010001 10011 0 111010 1011010 11001 10110 1010010 101001

Color Harmonies of #BF5113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5113

Black with #BF5113

Text Example


Text Example

White with #BF5113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5113; }

 p { color: rgb(191,81,19); }

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

background-color css

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

 a { background-color: rgb(191,81,19); }

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

border-color css

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

 span { border-color: rgb(191,81,19); }

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