Html Css Color HEX #BF4719 Rust

📋 copy color: '#BF4719'

red 191 ◦ green 71 ◦ blue 25

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

Shades of Rust #BF4719

Tints of Rust #BF4719

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.74%

 BLUE value IS 25 (10.16% from 255) = 8.71%

R = 66.55%
G = 24.74%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BF4719 (or 0xBF4719) is known color: Rust. HEX triplet: BF, 47 and 19. RGB value is (191,71,25). Sum of RGB (Red+Green+Blue) = 191+71+25=287 (38% of max value = 765). Red value is 191 (75% from 255 or 66.55% from 287); Green value is 71 (28.12% from 255 or 24.74% from 287); Blue value is 25 (10.16% from 255 or 8.71% from 287); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4719 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4719 is #40B8E6. Grayscale: #656565. Windows color (decimal): -4241639 or 1656767. OLE color: 1656767.

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

Color convert

RGB 191 71 25 -
CMYK 0 0.63 0.87 0.25
HSL 16.63º 0.77% 0.42% -
HSV(B) 16.63º 0.87% 0.75% -
XYZ 23.91 15.65 2.68 -
YUV 101.64 84.76 191.74 -
System Red Green Blue C M Y K H S L
Decimal 191 71 25 0 0.63 0.87 0.25 16.63 0.77 0.42
Hex BF 47 19 0 3F 57 19 11 4D 2A
Octal 277 107 31 0 77 127 31 21 115 52
Binary 10111111 1000111 11001 0 111111 1010111 11001 10001 1001101 101010

Color Harmonies of #BF4719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4719

Black with #BF4719

Text Example


Text Example

White with #BF4719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4719; }

 p { color: rgb(191,71,25); }

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

background-color css

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

 a { background-color: rgb(191,71,25); }

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

border-color css

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

 span { border-color: rgb(191,71,25); }

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