Html Css Color HEX #BF5512 Rust

📋 copy color: '#BF5512'

red 191 ◦ green 85 ◦ blue 18

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

Shades of Rust #BF5512

Tints of Rust #BF5512

RGB

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

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

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

R = 64.97%
G = 28.91%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BF5512 (or 0xBF5512) is known color: Rust. HEX triplet: BF, 55 and 12. RGB value is (191,85,18). Sum of RGB (Red+Green+Blue) = 191+85+18=294 (38% of max value = 765). Red value is 191 (75% from 255 or 64.97% from 294); Green value is 85 (33.59% from 255 or 28.91% from 294); Blue value is 18 (7.42% from 255 or 6.12% from 294); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5512 is #40AAED. Grayscale: #6D6D6D. Windows color (decimal): -4238062 or 1201599. OLE color: 1201599.

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

Color convert

RGB 191 85 18 -
CMYK 0 0.55 0.91 0.25
HSL 23.24º 0.83% 0.41% -
HSV(B) 23.24º 0.91% 0.75% -
XYZ 24.84 17.62 2.66 -
YUV 109.06 76.62 186.45 -
System Red Green Blue C M Y K H S L
Decimal 191 85 18 0 0.55 0.91 0.25 23.24 0.83 0.41
Hex BF 55 12 0 37 5B 19 17 53 29
Octal 277 125 22 0 67 133 31 27 123 51
Binary 10111111 1010101 10010 0 110111 1011011 11001 10111 1010011 101001

Color Harmonies of #BF5512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5512

Black with #BF5512

Text Example


Text Example

White with #BF5512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5512; }

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

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

background-color css

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

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

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

border-color css

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

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

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