Html Css Color HEX #BF5112 Rust

📋 copy color: '#BF5112'

red 191 ◦ green 81 ◦ blue 18

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

Shades of Rust #BF5112

Tints of Rust #BF5112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.21%

R = 65.86%
G = 27.93%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BF5112 (or 0xBF5112) is known color: Rust. HEX triplet: BF, 51 and 12. RGB value is (191,81,18). Sum of RGB (Red+Green+Blue) = 191+81+18=290 (38% of max value = 765). Red value is 191 (75% from 255 or 65.86% from 290); Green value is 81 (32.03% from 255 or 27.93% from 290); Blue value is 18 (7.42% from 255 or 6.21% from 290); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5112 is #40AEED. Grayscale: #6B6B6B. Windows color (decimal): -4239086 or 1200575. OLE color: 1200575.

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

Color convert

RGB 191 81 18 -
CMYK 0 0.58 0.91 0.25
HSL 21.85º 0.83% 0.41% -
HSV(B) 21.85º 0.91% 0.75% -
XYZ 24.54 17 2.56 -
YUV 106.71 77.94 188.12 -
System Red Green Blue C M Y K H S L
Decimal 191 81 18 0 0.58 0.91 0.25 21.85 0.83 0.41
Hex BF 51 12 0 3A 5B 19 16 53 29
Octal 277 121 22 0 72 133 31 26 123 51
Binary 10111111 1010001 10010 0 111010 1011011 11001 10110 1010011 101001

Color Harmonies of #BF5112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5112

Black with #BF5112

Text Example


Text Example

White with #BF5112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5112; }

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

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

background-color css

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

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

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

border-color css

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

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

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