Html Css Color HEX #BF4000 Rust

📋 copy color: '#BF4000'

red 191 ◦ green 64 ◦ blue 0

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

Shades of Rust #BF4000

Tints of Rust #BF4000

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.1%

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

R = 74.9%
G = 25.1%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BF4000 (or 0xBF4000) is known color: Rust. HEX triplet: BF, 40 and 00. RGB value is (191,64,0). Sum of RGB (Red+Green+Blue) = 191+64+0=255 (33% of max value = 765). Red value is 191 (75% from 255 or 74.90% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4000 is #40BFFF. Grayscale: #5F5F5F. Windows color (decimal): -4243456 or 16575. OLE color: 16575.

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

Color convert

RGB 191 64 0 -
CMYK 0 0.66 1 0.25
HSL 20.1º 1% 0.37% -
HSV(B) 20.1º 1% 0.75% -
XYZ 23.32 14.74 1.62 -
YUV 94.68 74.58 196.7 -
System Red Green Blue C M Y K H S L
Decimal 191 64 0 0 0.66 1 0.25 20.1 1 0.37
Hex BF 40 0 0 42 64 19 14 64 25
Octal 277 100 0 0 102 144 31 24 144 45
Binary 10111111 1000000 0 0 1000010 1100100 11001 10100 1100100 100101

Color Harmonies of #BF4000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4000

Black with #BF4000

Text Example


Text Example

White with #BF4000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4000; }

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

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

background-color css

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

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

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

border-color css

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

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

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