Html Css Color HEX #BF4510 Rust

📋 copy color: '#BF4510'

red 191 ◦ green 69 ◦ blue 16

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

Shades of Rust #BF4510

Tints of Rust #BF4510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.8%

R = 69.2%
G = 25%
B = 5.8%

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

#BF4510 (or 0xBF4510) is known color: Rust. HEX triplet: BF, 45 and 10. RGB value is (191,69,16). Sum of RGB (Red+Green+Blue) = 191+69+16=276 (36% of max value = 765). Red value is 191 (75% from 255 or 69.20% from 276); Green value is 69 (27.34% from 255 or 25% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4510 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4510 is #40BAEF. Grayscale: #636363. Windows color (decimal): -4242160 or 1066431. OLE color: 1066431.

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

Color convert

RGB 191 69 16 -
CMYK 0 0.64 0.92 0.25
HSL 18.17º 0.85% 0.41% -
HSV(B) 18.17º 0.92% 0.75% -
XYZ 23.71 15.37 2.21 -
YUV 99.44 80.92 193.31 -
System Red Green Blue C M Y K H S L
Decimal 191 69 16 0 0.64 0.92 0.25 18.17 0.85 0.41
Hex BF 45 10 0 40 5C 19 12 55 29
Octal 277 105 20 0 100 134 31 22 125 51
Binary 10111111 1000101 10000 0 1000000 1011100 11001 10010 1010101 101001

Color Harmonies of #BF4510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4510

Black with #BF4510

Text Example


Text Example

White with #BF4510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4510; }

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

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

background-color css

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

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

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

border-color css

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

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

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