Html Css Color HEX #BF4500 Rust

📋 copy color: '#BF4500'

red 191 ◦ green 69 ◦ blue 0

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

Shades of Rust #BF4500

Tints of Rust #BF4500

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.54%

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

R = 73.46%
G = 26.54%
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

#BF4500 (or 0xBF4500) is known color: Rust. HEX triplet: BF, 45 and 00. RGB value is (191,69,0). Sum of RGB (Red+Green+Blue) = 191+69+0=260 (34% of max value = 765). Red value is 191 (75% from 255 or 73.46% from 260); Green value is 69 (27.34% from 255 or 26.54% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4500 is #40BAFF. Grayscale: #626262. Windows color (decimal): -4242176 or 17855. OLE color: 17855.

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

Color convert

RGB 191 69 0 -
CMYK 0 0.64 1 0.25
HSL 21.68º 1% 0.37% -
HSV(B) 21.68º 1% 0.75% -
XYZ 23.61 15.33 1.71 -
YUV 97.61 72.92 194.61 -
System Red Green Blue C M Y K H S L
Decimal 191 69 0 0 0.64 1 0.25 21.68 1 0.37
Hex BF 45 0 0 40 64 19 16 64 25
Octal 277 105 0 0 100 144 31 26 144 45
Binary 10111111 1000101 0 0 1000000 1100100 11001 10110 1100100 100101

Color Harmonies of #BF4500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4500

Black with #BF4500

Text Example


Text Example

White with #BF4500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4500; }

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

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

background-color css

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

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

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

border-color css

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

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

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