Html Css Color HEX #BF4C1F Rust

📋 copy color: '#BF4C1F'

red 191 ◦ green 76 ◦ blue 31

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

Shades of Rust #BF4C1F

Tints of Rust #BF4C1F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.5%

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

R = 64.09%
G = 25.5%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BF4C1F (or 0xBF4C1F) is known color: Rust. HEX triplet: BF, 4C and 1F. RGB value is (191,76,31). Sum of RGB (Red+Green+Blue) = 191+76+31=298 (39% of max value = 765). Red value is 191 (75% from 255 or 64.09% from 298); Green value is 76 (30.08% from 255 or 25.50% from 298); Blue value is 31 (12.5% from 255 or 10.40% from 298); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4C1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4C1F is #40B3E0. Grayscale: #696969. Windows color (decimal): -4240353 or 2051263. OLE color: 2051263.

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

Color convert

RGB 191 76 31 -
CMYK 0 0.60 0.84 0.25
HSL 16.88º 0.72% 0.44% -
HSV(B) 16.88º 0.84% 0.75% -
XYZ 24.32 16.34 3.17 -
YUV 105.26 86.1 189.16 -
System Red Green Blue C M Y K H S L
Decimal 191 76 31 0 0.60 0.84 0.25 16.88 0.72 0.44
Hex BF 4C 1F 0 3C 54 19 11 48 2C
Octal 277 114 37 0 74 124 31 21 110 54
Binary 10111111 1001100 11111 0 111100 1010100 11001 10001 1001000 101100

Color Harmonies of #BF4C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4C1F

Black with #BF4C1F

Text Example


Text Example

White with #BF4C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4C1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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