Html Css Color HEX #BF4E1E Rust

📋 copy color: '#BF4E1E'

red 191 ◦ green 78 ◦ blue 30

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

Shades of Rust #BF4E1E

Tints of Rust #BF4E1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.03%

R = 63.88%
G = 26.09%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BF4E1E (or 0xBF4E1E) is known color: Rust. HEX triplet: BF, 4E and 1E. RGB value is (191,78,30). Sum of RGB (Red+Green+Blue) = 191+78+30=299 (39% of max value = 765). Red value is 191 (75% from 255 or 63.88% from 299); Green value is 78 (30.86% from 255 or 26.09% from 299); Blue value is 30 (12.11% from 255 or 10.03% from 299); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4E1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF4E1E is #40B1E1. Grayscale: #6A6A6A. Windows color (decimal): -4239842 or 1986239. OLE color: 1986239.

HSL color Cylindrical-coordinate representation of color #BF4E1E: hue angle of 17.89º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BF4E1E is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 78 30 -
CMYK 0 0.59 0.84 0.25
HSL 17.89º 0.73% 0.43% -
HSV(B) 17.89º 0.84% 0.75% -
XYZ 24.44 16.62 3.15 -
YUV 106.32 84.94 188.4 -
System Red Green Blue C M Y K H S L
Decimal 191 78 30 0 0.59 0.84 0.25 17.89 0.73 0.43
Hex BF 4E 1E 0 3B 54 19 12 49 2B
Octal 277 116 36 0 73 124 31 22 111 53
Binary 10111111 1001110 11110 0 111011 1010100 11001 10010 1001001 101011

Color Harmonies of #BF4E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4E1E

Black with #BF4E1E

Text Example


Text Example

White with #BF4E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4E1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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