Html Css Color HEX #BF4718 Rust

📋 copy color: '#BF4718'

red 191 ◦ green 71 ◦ blue 24

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

Shades of Rust #BF4718

Tints of Rust #BF4718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.39%

R = 66.78%
G = 24.83%
B = 8.39%

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

#BF4718 (or 0xBF4718) is known color: Rust. HEX triplet: BF, 47 and 18. RGB value is (191,71,24). Sum of RGB (Red+Green+Blue) = 191+71+24=286 (37% of max value = 765). Red value is 191 (75% from 255 or 66.78% from 286); Green value is 71 (28.12% from 255 or 24.83% from 286); Blue value is 24 (9.77% from 255 or 8.39% from 286); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4718 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4718 is #40B8E7. Grayscale: #656565. Windows color (decimal): -4241640 or 1591231. OLE color: 1591231.

HSL color Cylindrical-coordinate representation of color #BF4718: hue angle of 16.89º degrees, saturation: 0.78, 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 #BF4718 is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 71 24 -
CMYK 0 0.63 0.87 0.25
HSL 16.89º 0.78% 0.42% -
HSV(B) 16.89º 0.87% 0.75% -
XYZ 23.9 15.65 2.62 -
YUV 101.52 84.26 191.82 -
System Red Green Blue C M Y K H S L
Decimal 191 71 24 0 0.63 0.87 0.25 16.89 0.78 0.42
Hex BF 47 18 0 3F 57 19 11 4E 2A
Octal 277 107 30 0 77 127 31 21 116 52
Binary 10111111 1000111 11000 0 111111 1010111 11001 10001 1001110 101010

Color Harmonies of #BF4718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4718

Black with #BF4718

Text Example


Text Example

White with #BF4718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4718; }

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

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

background-color css

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

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

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

border-color css

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

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

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