Html Css Color HEX #BF4116 Rust

📋 copy color: '#BF4116'

red 191 ◦ green 65 ◦ blue 22

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

Shades of Rust #BF4116

Tints of Rust #BF4116

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.38%

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

R = 68.71%
G = 23.38%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BF4116 (or 0xBF4116) is known color: Rust. HEX triplet: BF, 41 and 16. RGB value is (191,65,22). Sum of RGB (Red+Green+Blue) = 191+65+22=278 (36% of max value = 765). Red value is 191 (75% from 255 or 68.71% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 22 (8.98% from 255 or 7.91% from 278); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4116 is #40BEE9. Grayscale: #626262. Windows color (decimal): -4243178 or 1458623. OLE color: 1458623.

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

Color convert

RGB 191 65 22 -
CMYK 0 0.66 0.88 0.25
HSL 15.27º 0.79% 0.42% -
HSV(B) 15.27º 0.88% 0.75% -
XYZ 23.52 14.91 2.4 -
YUV 97.77 85.24 194.5 -
System Red Green Blue C M Y K H S L
Decimal 191 65 22 0 0.66 0.88 0.25 15.27 0.79 0.42
Hex BF 41 16 0 42 58 19 F 4F 2A
Octal 277 101 26 0 102 130 31 17 117 52
Binary 10111111 1000001 10110 0 1000010 1011000 11001 1111 1001111 101010

Color Harmonies of #BF4116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4116

Black with #BF4116

Text Example


Text Example

White with #BF4116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4116; }

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

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

background-color css

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

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

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

border-color css

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

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

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