Html Css Color HEX #BF461F Rust

📋 copy color: '#BF461F'

red 191 ◦ green 70 ◦ blue 31

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

Shades of Rust #BF461F

Tints of Rust #BF461F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.62%

R = 65.41%
G = 23.97%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BF461F (or 0xBF461F) is known color: Rust. HEX triplet: BF, 46 and 1F. RGB value is (191,70,31). Sum of RGB (Red+Green+Blue) = 191+70+31=292 (38% of max value = 765). Red value is 191 (75% from 255 or 65.41% from 292); Green value is 70 (27.73% from 255 or 23.97% from 292); Blue value is 31 (12.5% from 255 or 10.62% from 292); Max value from RGB is 191 - color contains mainly: red. Hex color #BF461F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF461F is #40B9E0. Grayscale: #666666. Windows color (decimal): -4241889 or 2049727. OLE color: 2049727.

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

Color convert

RGB 191 70 31 -
CMYK 0 0.63 0.84 0.25
HSL 14.63º 0.72% 0.44% -
HSV(B) 14.63º 0.84% 0.75% -
XYZ 23.92 15.56 3.04 -
YUV 101.73 88.09 191.67 -
System Red Green Blue C M Y K H S L
Decimal 191 70 31 0 0.63 0.84 0.25 14.63 0.72 0.44
Hex BF 46 1F 0 3F 54 19 F 48 2C
Octal 277 106 37 0 77 124 31 17 110 54
Binary 10111111 1000110 11111 0 111111 1010100 11001 1111 1001000 101100

Color Harmonies of #BF461F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF461F

Black with #BF461F

Text Example


Text Example

White with #BF461F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF461F; }

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

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

background-color css

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

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

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

border-color css

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

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

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