Html Css Color HEX #BF4D0F Rust

📋 copy color: '#BF4D0F'

red 191 ◦ green 77 ◦ blue 15

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

Shades of Rust #BF4D0F

Tints of Rust #BF4D0F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.21%

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

R = 67.49%
G = 27.21%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BF4D0F (or 0xBF4D0F) is known color: Rust. HEX triplet: BF, 4D and 0F. RGB value is (191,77,15). Sum of RGB (Red+Green+Blue) = 191+77+15=283 (37% of max value = 765). Red value is 191 (75% from 255 or 67.49% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 15 (6.25% from 255 or 5.30% from 283); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF4D0F is #40B2F0. Grayscale: #686868. Windows color (decimal): -4240113 or 1002943. OLE color: 1002943.

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

Color convert

RGB 191 77 15 -
CMYK 0 0.60 0.92 0.25
HSL 21.14º 0.85% 0.4% -
HSV(B) 21.14º 0.92% 0.75% -
XYZ 24.23 16.42 2.34 -
YUV 104.02 77.77 190.04 -
System Red Green Blue C M Y K H S L
Decimal 191 77 15 0 0.60 0.92 0.25 21.14 0.85 0.4
Hex BF 4D F 0 3C 5C 19 15 55 28
Octal 277 115 17 0 74 134 31 25 125 50
Binary 10111111 1001101 1111 0 111100 1011100 11001 10101 1010101 101000

Color Harmonies of #BF4D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4D0F

Black with #BF4D0F

Text Example


Text Example

White with #BF4D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4D0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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