Html Css Color HEX #BF450F Rust

📋 copy color: '#BF450F'

red 191 ◦ green 69 ◦ blue 15

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

Shades of Rust #BF450F

Tints of Rust #BF450F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.45%

R = 69.45%
G = 25.09%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BF450F (or 0xBF450F) is known color: Rust. HEX triplet: BF, 45 and 0F. RGB value is (191,69,15). Sum of RGB (Red+Green+Blue) = 191+69+15=275 (36% of max value = 765). Red value is 191 (75% from 255 or 69.45% from 275); Green value is 69 (27.34% from 255 or 25.09% from 275); Blue value is 15 (6.25% from 255 or 5.45% from 275); Max value from RGB is 191 - color contains mainly: red. Hex color #BF450F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF450F is #40BAF0. Grayscale: #636363. Windows color (decimal): -4242161 or 1000895. OLE color: 1000895.

HSL color Cylindrical-coordinate representation of color #BF450F: hue angle of 18.41º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF450F is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 69 15 -
CMYK 0 0.64 0.92 0.25
HSL 18.41º 0.85% 0.4% -
HSV(B) 18.41º 0.92% 0.75% -
XYZ 23.7 15.37 2.17 -
YUV 99.32 80.42 193.39 -
System Red Green Blue C M Y K H S L
Decimal 191 69 15 0 0.64 0.92 0.25 18.41 0.85 0.4
Hex BF 45 F 0 40 5C 19 12 55 28
Octal 277 105 17 0 100 134 31 22 125 50
Binary 10111111 1000101 1111 0 1000000 1011100 11001 10010 1010101 101000

Color Harmonies of #BF450F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF450F

Black with #BF450F

Text Example


Text Example

White with #BF450F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF450F; }

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

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

background-color css

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

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

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

border-color css

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

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

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