Html Css Color HEX #BF4E16 Rust

📋 copy color: '#BF4E16'

red 191 ◦ green 78 ◦ blue 22

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

Shades of Rust #BF4E16

Tints of Rust #BF4E16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.56%

R = 65.64%
G = 26.8%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BF4E16 (or 0xBF4E16) is known color: Rust. HEX triplet: BF, 4E and 16. RGB value is (191,78,22). Sum of RGB (Red+Green+Blue) = 191+78+22=291 (38% of max value = 765). Red value is 191 (75% from 255 or 65.64% from 291); Green value is 78 (30.86% from 255 or 26.80% from 291); Blue value is 22 (8.98% from 255 or 7.56% from 291); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF4E16 is #40B1E9. Grayscale: #696969. Windows color (decimal): -4239850 or 1461951. OLE color: 1461951.

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

Color convert

RGB 191 78 22 -
CMYK 0 0.59 0.88 0.25
HSL 19.88º 0.79% 0.42% -
HSV(B) 19.88º 0.88% 0.75% -
XYZ 24.36 16.58 2.68 -
YUV 105.4 80.94 189.05 -
System Red Green Blue C M Y K H S L
Decimal 191 78 22 0 0.59 0.88 0.25 19.88 0.79 0.42
Hex BF 4E 16 0 3B 58 19 14 4F 2A
Octal 277 116 26 0 73 130 31 24 117 52
Binary 10111111 1001110 10110 0 111011 1011000 11001 10100 1001111 101010

Color Harmonies of #BF4E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4E16

Black with #BF4E16

Text Example


Text Example

White with #BF4E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4E16; }

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

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

background-color css

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

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

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

border-color css

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

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

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