Html Css Color HEX #BF4600 Rust

📋 copy color: '#BF4600'

red 191 ◦ green 70 ◦ blue 0

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

Shades of Rust #BF4600

Tints of Rust #BF4600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.18%
G = 26.82%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BF4600 (or 0xBF4600) is known color: Rust. HEX triplet: BF, 46 and 00. RGB value is (191,70,0). Sum of RGB (Red+Green+Blue) = 191+70+0=261 (34% of max value = 765). Red value is 191 (75% from 255 or 73.18% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4600 is #40B9FF. Grayscale: #626262. Windows color (decimal): -4241920 or 18111. OLE color: 18111.

HSL color Cylindrical-coordinate representation of color #BF4600: hue angle of 21.99º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF4600 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 70 0 -
CMYK 0 0.63 1 0.25
HSL 21.99º 1% 0.37% -
HSV(B) 21.99º 1% 0.75% -
XYZ 23.68 15.46 1.74 -
YUV 98.2 72.59 194.19 -
System Red Green Blue C M Y K H S L
Decimal 191 70 0 0 0.63 1 0.25 21.99 1 0.37
Hex BF 46 0 0 3F 64 19 16 64 25
Octal 277 106 0 0 77 144 31 26 144 45
Binary 10111111 1000110 0 0 111111 1100100 11001 10110 1100100 100101

Color Harmonies of #BF4600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4600

Black with #BF4600

Text Example


Text Example

White with #BF4600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4600; }

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

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

background-color css

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

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

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

border-color css

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

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

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