Html Css Color HEX #BF4517 Rust

📋 copy color: '#BF4517'

red 191 ◦ green 69 ◦ blue 23

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

Shades of Rust #BF4517

Tints of Rust #BF4517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.13%

R = 67.49%
G = 24.38%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BF4517 (or 0xBF4517) is known color: Rust. HEX triplet: BF, 45 and 17. RGB value is (191,69,23). Sum of RGB (Red+Green+Blue) = 191+69+23=283 (37% of max value = 765). Red value is 191 (75% from 255 or 67.49% from 283); Green value is 69 (27.34% from 255 or 24.38% from 283); Blue value is 23 (9.38% from 255 or 8.13% from 283); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4517 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4517 is #40BAE8. Grayscale: #646464. Windows color (decimal): -4242153 or 1525183. OLE color: 1525183.

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

Color convert

RGB 191 69 23 -
CMYK 0 0.64 0.88 0.25
HSL 16.43º 0.79% 0.42% -
HSV(B) 16.43º 0.88% 0.75% -
XYZ 23.77 15.39 2.53 -
YUV 100.23 84.42 192.74 -
System Red Green Blue C M Y K H S L
Decimal 191 69 23 0 0.64 0.88 0.25 16.43 0.79 0.42
Hex BF 45 17 0 40 58 19 10 4F 2A
Octal 277 105 27 0 100 130 31 20 117 52
Binary 10111111 1000101 10111 0 1000000 1011000 11001 10000 1001111 101010

Color Harmonies of #BF4517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4517

Black with #BF4517

Text Example


Text Example

White with #BF4517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4517; }

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

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

background-color css

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

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

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

border-color css

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

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

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