Html Css Color HEX #BF461A Rust

📋 copy color: '#BF461A'

red 191 ◦ green 70 ◦ blue 26

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

Shades of Rust #BF461A

Tints of Rust #BF461A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.39%

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

R = 66.55%
G = 24.39%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BF461A (or 0xBF461A) is known color: Rust. HEX triplet: BF, 46 and 1A. RGB value is (191,70,26). Sum of RGB (Red+Green+Blue) = 191+70+26=287 (38% of max value = 765). Red value is 191 (75% from 255 or 66.55% from 287); Green value is 70 (27.73% from 255 or 24.39% from 287); Blue value is 26 (10.55% from 255 or 9.06% from 287); Max value from RGB is 191 - color contains mainly: red. Hex color #BF461A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF461A is #40B9E5. Grayscale: #656565. Windows color (decimal): -4241894 or 1722047. OLE color: 1722047.

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

Color convert

RGB 191 70 26 -
CMYK 0 0.63 0.86 0.25
HSL 16º 0.76% 0.43% -
HSV(B) 16º 0.86% 0.75% -
XYZ 23.86 15.53 2.72 -
YUV 101.16 85.59 192.08 -
System Red Green Blue C M Y K H S L
Decimal 191 70 26 0 0.63 0.86 0.25 16 0.76 0.43
Hex BF 46 1A 0 3F 56 19 10 4C 2B
Octal 277 106 32 0 77 126 31 20 114 53
Binary 10111111 1000110 11010 0 111111 1010110 11001 10000 1001100 101011

Color Harmonies of #BF461A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF461A

Black with #BF461A

Text Example


Text Example

White with #BF461A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF461A; }

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

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

background-color css

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

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

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

border-color css

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

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

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