Html Css Color HEX #BF460F Rust

📋 copy color: '#BF460F'

red 191 ◦ green 70 ◦ blue 15

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

Shades of Rust #BF460F

Tints of Rust #BF460F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.36%

 BLUE value IS 15 (6.25% from 255) = 5.43%

R = 69.2%
G = 25.36%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BF460F (or 0xBF460F) is known color: Rust. HEX triplet: BF, 46 and 0F. RGB value is (191,70,15). Sum of RGB (Red+Green+Blue) = 191+70+15=276 (36% of max value = 765). Red value is 191 (75% from 255 or 69.20% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 15 (6.25% from 255 or 5.43% from 276); Max value from RGB is 191 - color contains mainly: red. Hex color #BF460F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF460F is #40B9F0. Grayscale: #646464. Windows color (decimal): -4241905 or 1001151. OLE color: 1001151.

HSL color Cylindrical-coordinate representation of color #BF460F: hue angle of 18.75º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF460F is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 70 15 -
CMYK 0 0.63 0.92 0.25
HSL 18.75º 0.85% 0.4% -
HSV(B) 18.75º 0.92% 0.75% -
XYZ 23.76 15.49 2.19 -
YUV 99.91 80.09 192.97 -
System Red Green Blue C M Y K H S L
Decimal 191 70 15 0 0.63 0.92 0.25 18.75 0.85 0.4
Hex BF 46 F 0 3F 5C 19 13 55 28
Octal 277 106 17 0 77 134 31 23 125 50
Binary 10111111 1000110 1111 0 111111 1011100 11001 10011 1010101 101000

Color Harmonies of #BF460F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF460F

Black with #BF460F

Text Example


Text Example

White with #BF460F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF460F; }

 p { color: rgb(191,70,15); }

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

background-color css

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

 a { background-color: rgb(191,70,15); }

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

border-color css

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

 span { border-color: rgb(191,70,15); }

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