Html Css Color HEX #BF4400 Rust

📋 copy color: '#BF4400'

red 191 ◦ green 68 ◦ blue 0

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

Shades of Rust #BF4400

Tints of Rust #BF4400

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.25%

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

R = 73.75%
G = 26.25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BF4400 (or 0xBF4400) is known color: Rust. HEX triplet: BF, 44 and 00. RGB value is (191,68,0). Sum of RGB (Red+Green+Blue) = 191+68+0=259 (34% of max value = 765). Red value is 191 (75% from 255 or 73.75% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4400 is #40BBFF. Grayscale: #616161. Windows color (decimal): -4242432 or 17599. OLE color: 17599.

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

Color convert

RGB 191 68 0 -
CMYK 0 0.64 1 0.25
HSL 21.36º 1% 0.37% -
HSV(B) 21.36º 1% 0.75% -
XYZ 23.55 15.21 1.69 -
YUV 97.03 73.25 195.03 -
System Red Green Blue C M Y K H S L
Decimal 191 68 0 0 0.64 1 0.25 21.36 1 0.37
Hex BF 44 0 0 40 64 19 15 64 25
Octal 277 104 0 0 100 144 31 25 144 45
Binary 10111111 1000100 0 0 1000000 1100100 11001 10101 1100100 100101

Color Harmonies of #BF4400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4400

Black with #BF4400

Text Example


Text Example

White with #BF4400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4400; }

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

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

background-color css

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

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

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

border-color css

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

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

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