Html Css Color HEX #BF4416 Rust

📋 copy color: '#BF4416'

red 191 ◦ green 68 ◦ blue 22

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

Shades of Rust #BF4416

Tints of Rust #BF4416

RGB

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

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

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

R = 67.97%
G = 24.2%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BF4416 (or 0xBF4416) is known color: Rust. HEX triplet: BF, 44 and 16. RGB value is (191,68,22). Sum of RGB (Red+Green+Blue) = 191+68+22=281 (37% of max value = 765). Red value is 191 (75% from 255 or 67.97% from 281); Green value is 68 (26.95% from 255 or 24.20% from 281); Blue value is 22 (8.98% from 255 or 7.83% from 281); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4416 is #40BBE9. Grayscale: #636363. Windows color (decimal): -4242410 or 1459391. OLE color: 1459391.

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

Color convert

RGB 191 68 22 -
CMYK 0 0.64 0.88 0.25
HSL 16.33º 0.79% 0.42% -
HSV(B) 16.33º 0.88% 0.75% -
XYZ 23.7 15.27 2.46 -
YUV 99.53 84.25 193.24 -
System Red Green Blue C M Y K H S L
Decimal 191 68 22 0 0.64 0.88 0.25 16.33 0.79 0.42
Hex BF 44 16 0 40 58 19 10 4F 2A
Octal 277 104 26 0 100 130 31 20 117 52
Binary 10111111 1000100 10110 0 1000000 1011000 11001 10000 1001111 101010

Color Harmonies of #BF4416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4416

Black with #BF4416

Text Example


Text Example

White with #BF4416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4416; }

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

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

background-color css

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

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

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

border-color css

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

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

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