Html Css Color HEX #BF460B Rust

📋 copy color: '#BF460B'

red 191 ◦ green 70 ◦ blue 11

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

Shades of Rust #BF460B

Tints of Rust #BF460B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.04%

R = 70.22%
G = 25.74%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BF460B (or 0xBF460B) is known color: Rust. HEX triplet: BF, 46 and 0B. RGB value is (191,70,11). Sum of RGB (Red+Green+Blue) = 191+70+11=272 (36% of max value = 765). Red value is 191 (75% from 255 or 70.22% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 11 (4.69% from 255 or 4.04% from 272); Max value from RGB is 191 - color contains mainly: red. Hex color #BF460B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF460B is #40B9F4. Grayscale: #636363. Windows color (decimal): -4241909 or 739007. OLE color: 739007.

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

Color convert

RGB 191 70 11 -
CMYK 0 0.63 0.94 0.25
HSL 19.67º 0.89% 0.4% -
HSV(B) 19.67º 0.94% 0.75% -
XYZ 23.74 15.48 2.05 -
YUV 99.45 78.09 193.3 -
System Red Green Blue C M Y K H S L
Decimal 191 70 11 0 0.63 0.94 0.25 19.67 0.89 0.4
Hex BF 46 B 0 3F 5E 19 14 59 28
Octal 277 106 13 0 77 136 31 24 131 50
Binary 10111111 1000110 1011 0 111111 1011110 11001 10100 1011001 101000

Color Harmonies of #BF460B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF460B

Black with #BF460B

Text Example


Text Example

White with #BF460B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF460B; }

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

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

background-color css

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

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

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

border-color css

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

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

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