Html Css Color HEX #BF4900 Rust

📋 copy color: '#BF4900'

red 191 ◦ green 73 ◦ blue 0

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

Shades of Rust #BF4900

Tints of Rust #BF4900

RGB

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

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

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

R = 72.35%
G = 27.65%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BF4900 (or 0xBF4900) is known color: Rust. HEX triplet: BF, 49 and 00. RGB value is (191,73,0). Sum of RGB (Red+Green+Blue) = 191+73+0=264 (34% of max value = 765). Red value is 191 (75% from 255 or 72.35% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4900 is #40B6FF. Grayscale: #646464. Windows color (decimal): -4241152 or 18879. OLE color: 18879.

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

Color convert

RGB 191 73 0 -
CMYK 0 0.62 1 0.25
HSL 22.93º 1% 0.37% -
HSV(B) 22.93º 1% 0.75% -
XYZ 23.87 15.84 1.8 -
YUV 99.96 71.59 192.94 -
System Red Green Blue C M Y K H S L
Decimal 191 73 0 0 0.62 1 0.25 22.93 1 0.37
Hex BF 49 0 0 3E 64 19 17 64 25
Octal 277 111 0 0 76 144 31 27 144 45
Binary 10111111 1001001 0 0 111110 1100100 11001 10111 1100100 100101

Color Harmonies of #BF4900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4900

Black with #BF4900

Text Example


Text Example

White with #BF4900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4900; }

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

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

background-color css

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

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

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

border-color css

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

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

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