Html Css Color HEX #BF4418 Rust

📋 copy color: '#BF4418'

red 191 ◦ green 68 ◦ blue 24

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

Shades of Rust #BF4418

Tints of Rust #BF4418

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.03%

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

R = 67.49%
G = 24.03%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BF4418 (or 0xBF4418) is known color: Rust. HEX triplet: BF, 44 and 18. RGB value is (191,68,24). Sum of RGB (Red+Green+Blue) = 191+68+24=283 (37% of max value = 765). Red value is 191 (75% from 255 or 67.49% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 24 (9.77% from 255 or 8.48% from 283); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4418 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4418 is #40BBE7. Grayscale: #646464. Windows color (decimal): -4242408 or 1590463. OLE color: 1590463.

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

Color convert

RGB 191 68 24 -
CMYK 0 0.64 0.87 0.25
HSL 15.81º 0.78% 0.42% -
HSV(B) 15.81º 0.87% 0.75% -
XYZ 23.72 15.28 2.56 -
YUV 99.76 85.25 193.08 -
System Red Green Blue C M Y K H S L
Decimal 191 68 24 0 0.64 0.87 0.25 15.81 0.78 0.42
Hex BF 44 18 0 40 57 19 10 4E 2A
Octal 277 104 30 0 100 127 31 20 116 52
Binary 10111111 1000100 11000 0 1000000 1010111 11001 10000 1001110 101010

Color Harmonies of #BF4418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4418

Black with #BF4418

Text Example


Text Example

White with #BF4418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4418; }

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

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

background-color css

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

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

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

border-color css

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

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

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