Html Css Color HEX #BF490F Rust

📋 copy color: '#BF490F'

red 191 ◦ green 73 ◦ blue 15

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

Shades of Rust #BF490F

Tints of Rust #BF490F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.16%

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

R = 68.46%
G = 26.16%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BF490F (or 0xBF490F) is known color: Rust. HEX triplet: BF, 49 and 0F. RGB value is (191,73,15). Sum of RGB (Red+Green+Blue) = 191+73+15=279 (36% of max value = 765). Red value is 191 (75% from 255 or 68.46% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 15 (6.25% from 255 or 5.38% from 279); Max value from RGB is 191 - color contains mainly: red. Hex color #BF490F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF490F is #40B6F0. Grayscale: #666666. Windows color (decimal): -4241137 or 1001919. OLE color: 1001919.

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

Color convert

RGB 191 73 15 -
CMYK 0 0.62 0.92 0.25
HSL 19.77º 0.85% 0.4% -
HSV(B) 19.77º 0.92% 0.75% -
XYZ 23.95 15.88 2.25 -
YUV 101.67 79.09 191.72 -
System Red Green Blue C M Y K H S L
Decimal 191 73 15 0 0.62 0.92 0.25 19.77 0.85 0.4
Hex BF 49 F 0 3E 5C 19 14 55 28
Octal 277 111 17 0 76 134 31 24 125 50
Binary 10111111 1001001 1111 0 111110 1011100 11001 10100 1010101 101000

Color Harmonies of #BF490F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF490F

Black with #BF490F

Text Example


Text Example

White with #BF490F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF490F; }

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

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

background-color css

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

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

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

border-color css

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

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

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