Html Css Color HEX #BF5012 Rust

📋 copy color: '#BF5012'

red 191 ◦ green 80 ◦ blue 18

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

Shades of Rust #BF5012

Tints of Rust #BF5012

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.68%

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

R = 66.09%
G = 27.68%
B = 6.23%

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

#BF5012 (or 0xBF5012) is known color: Rust. HEX triplet: BF, 50 and 12. RGB value is (191,80,18). Sum of RGB (Red+Green+Blue) = 191+80+18=289 (38% of max value = 765). Red value is 191 (75% from 255 or 66.09% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 18 (7.42% from 255 or 6.23% from 289); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5012 is #40AFED. Grayscale: #6A6A6A. Windows color (decimal): -4239342 or 1200319. OLE color: 1200319.

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

Color convert

RGB 191 80 18 -
CMYK 0 0.58 0.91 0.25
HSL 21.5º 0.83% 0.41% -
HSV(B) 21.5º 0.91% 0.75% -
XYZ 24.46 16.86 2.54 -
YUV 106.12 78.27 188.54 -
System Red Green Blue C M Y K H S L
Decimal 191 80 18 0 0.58 0.91 0.25 21.5 0.83 0.41
Hex BF 50 12 0 3A 5B 19 16 53 29
Octal 277 120 22 0 72 133 31 26 123 51
Binary 10111111 1010000 10010 0 111010 1011011 11001 10110 1010011 101001

Color Harmonies of #BF5012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5012

Black with #BF5012

Text Example


Text Example

White with #BF5012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5012; }

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

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

background-color css

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

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

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

border-color css

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

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

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