Html Css Color HEX #BF4A16 Rust

📋 copy color: '#BF4A16'

red 191 ◦ green 74 ◦ blue 22

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

Shades of Rust #BF4A16

Tints of Rust #BF4A16

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.78%

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

R = 66.55%
G = 25.78%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BF4A16 (or 0xBF4A16) is known color: Rust. HEX triplet: BF, 4A and 16. RGB value is (191,74,22). Sum of RGB (Red+Green+Blue) = 191+74+22=287 (38% of max value = 765). Red value is 191 (75% from 255 or 66.55% from 287); Green value is 74 (29.30% from 255 or 25.78% from 287); Blue value is 22 (8.98% from 255 or 7.67% from 287); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4A16 is #40B5E9. Grayscale: #676767. Windows color (decimal): -4240874 or 1460927. OLE color: 1460927.

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

Color convert

RGB 191 74 22 -
CMYK 0 0.61 0.88 0.25
HSL 18.46º 0.79% 0.42% -
HSV(B) 18.46º 0.88% 0.75% -
XYZ 24.08 16.03 2.58 -
YUV 103.06 82.26 190.73 -
System Red Green Blue C M Y K H S L
Decimal 191 74 22 0 0.61 0.88 0.25 18.46 0.79 0.42
Hex BF 4A 16 0 3D 58 19 12 4F 2A
Octal 277 112 26 0 75 130 31 22 117 52
Binary 10111111 1001010 10110 0 111101 1011000 11001 10010 1001111 101010

Color Harmonies of #BF4A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4A16

Black with #BF4A16

Text Example


Text Example

White with #BF4A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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