Html Css Color HEX #BF491A Rust

📋 copy color: '#BF491A'

red 191 ◦ green 73 ◦ blue 26

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

Shades of Rust #BF491A

Tints of Rust #BF491A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.97%

R = 65.86%
G = 25.17%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BF491A (or 0xBF491A) is known color: Rust. HEX triplet: BF, 49 and 1A. RGB value is (191,73,26). Sum of RGB (Red+Green+Blue) = 191+73+26=290 (38% of max value = 765). Red value is 191 (75% from 255 or 65.86% from 290); Green value is 73 (28.91% from 255 or 25.17% from 290); Blue value is 26 (10.55% from 255 or 8.97% from 290); Max value from RGB is 191 - color contains mainly: red. Hex color #BF491A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF491A is #40B6E5. Grayscale: #676767. Windows color (decimal): -4241126 or 1722815. OLE color: 1722815.

HSL color Cylindrical-coordinate representation of color #BF491A: hue angle of 17.09º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BF491A is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 73 26 -
CMYK 0 0.62 0.86 0.25
HSL 17.09º 0.76% 0.43% -
HSV(B) 17.09º 0.86% 0.75% -
XYZ 24.05 15.92 2.78 -
YUV 102.92 84.59 190.82 -
System Red Green Blue C M Y K H S L
Decimal 191 73 26 0 0.62 0.86 0.25 17.09 0.76 0.43
Hex BF 49 1A 0 3E 56 19 11 4C 2B
Octal 277 111 32 0 76 126 31 21 114 53
Binary 10111111 1001001 11010 0 111110 1010110 11001 10001 1001100 101011

Color Harmonies of #BF491A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF491A

Black with #BF491A

Text Example


Text Example

White with #BF491A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF491A; }

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

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

background-color css

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

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

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

border-color css

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

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

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