Html Css Color HEX #BF4E18 Rust

📋 copy color: '#BF4E18'

red 191 ◦ green 78 ◦ blue 24

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

Shades of Rust #BF4E18

Tints of Rust #BF4E18

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.62%

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

R = 65.19%
G = 26.62%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BF4E18 (or 0xBF4E18) is known color: Rust. HEX triplet: BF, 4E and 18. RGB value is (191,78,24). Sum of RGB (Red+Green+Blue) = 191+78+24=293 (38% of max value = 765). Red value is 191 (75% from 255 or 65.19% from 293); Green value is 78 (30.86% from 255 or 26.62% from 293); Blue value is 24 (9.77% from 255 or 8.19% from 293); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4E18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF4E18 is #40B1E7. Grayscale: #696969. Windows color (decimal): -4239848 or 1593023. OLE color: 1593023.

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

Color convert

RGB 191 78 24 -
CMYK 0 0.59 0.87 0.25
HSL 19.4º 0.78% 0.42% -
HSV(B) 19.4º 0.87% 0.75% -
XYZ 24.38 16.59 2.78 -
YUV 105.63 81.94 188.89 -
System Red Green Blue C M Y K H S L
Decimal 191 78 24 0 0.59 0.87 0.25 19.4 0.78 0.42
Hex BF 4E 18 0 3B 57 19 13 4E 2A
Octal 277 116 30 0 73 127 31 23 116 52
Binary 10111111 1001110 11000 0 111011 1010111 11001 10011 1001110 101010

Color Harmonies of #BF4E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4E18

Black with #BF4E18

Text Example


Text Example

White with #BF4E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4E18; }

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

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

background-color css

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

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

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

border-color css

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

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

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