Html Css Color HEX #BF4216 Rust

📋 copy color: '#BF4216'

red 191 ◦ green 66 ◦ blue 22

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

Shades of Rust #BF4216

Tints of Rust #BF4216

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.66%

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

R = 68.46%
G = 23.66%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BF4216 (or 0xBF4216) is known color: Rust. HEX triplet: BF, 42 and 16. RGB value is (191,66,22). Sum of RGB (Red+Green+Blue) = 191+66+22=279 (36% of max value = 765). Red value is 191 (75% from 255 or 68.46% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 22 (8.98% from 255 or 7.89% from 279); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4216 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4216 is #40BDE9. Grayscale: #626262. Windows color (decimal): -4242922 or 1458879. OLE color: 1458879.

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

Color convert

RGB 191 66 22 -
CMYK 0 0.65 0.88 0.25
HSL 15.62º 0.79% 0.42% -
HSV(B) 15.62º 0.88% 0.75% -
XYZ 23.58 15.03 2.42 -
YUV 98.36 84.91 194.08 -
System Red Green Blue C M Y K H S L
Decimal 191 66 22 0 0.65 0.88 0.25 15.62 0.79 0.42
Hex BF 42 16 0 41 58 19 10 4F 2A
Octal 277 102 26 0 101 130 31 20 117 52
Binary 10111111 1000010 10110 0 1000001 1011000 11001 10000 1001111 101010

Color Harmonies of #BF4216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4216

Black with #BF4216

Text Example


Text Example

White with #BF4216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4216; }

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

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

background-color css

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

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

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

border-color css

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

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

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