Html Css Color HEX #BF4A1F Rust

📋 copy color: '#BF4A1F'

red 191 ◦ green 74 ◦ blue 31

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

Shades of Rust #BF4A1F

Tints of Rust #BF4A1F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25%

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

R = 64.53%
G = 25%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BF4A1F (or 0xBF4A1F) is known color: Rust. HEX triplet: BF, 4A and 1F. RGB value is (191,74,31). Sum of RGB (Red+Green+Blue) = 191+74+31=296 (39% of max value = 765). Red value is 191 (75% from 255 or 64.53% from 296); Green value is 74 (29.30% from 255 or 25% from 296); Blue value is 31 (12.5% from 255 or 10.47% from 296); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4A1F is #40B5E0. Grayscale: #686868. Windows color (decimal): -4240865 or 2050751. OLE color: 2050751.

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

Color convert

RGB 191 74 31 -
CMYK 0 0.61 0.84 0.25
HSL 16.13º 0.72% 0.44% -
HSV(B) 16.13º 0.84% 0.75% -
XYZ 24.18 16.07 3.12 -
YUV 104.08 86.76 190 -
System Red Green Blue C M Y K H S L
Decimal 191 74 31 0 0.61 0.84 0.25 16.13 0.72 0.44
Hex BF 4A 1F 0 3D 54 19 10 48 2C
Octal 277 112 37 0 75 124 31 20 110 54
Binary 10111111 1001010 11111 0 111101 1010100 11001 10000 1001000 101100

Color Harmonies of #BF4A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4A1F

Black with #BF4A1F

Text Example


Text Example

White with #BF4A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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