Html Css Color HEX #BF4B14 Rust

📋 copy color: '#BF4B14'

red 191 ◦ green 75 ◦ blue 20

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

Shades of Rust #BF4B14

Tints of Rust #BF4B14

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.22%

 BLUE value IS 20 (8.2% from 255) = 6.99%

R = 66.78%
G = 26.22%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BF4B14 (or 0xBF4B14) is known color: Rust. HEX triplet: BF, 4B and 14. RGB value is (191,75,20). Sum of RGB (Red+Green+Blue) = 191+75+20=286 (37% of max value = 765). Red value is 191 (75% from 255 or 66.78% from 286); Green value is 75 (29.69% from 255 or 26.22% from 286); Blue value is 20 (8.20% from 255 or 6.99% from 286); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4B14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4B14 is #40B4EB. Grayscale: #676767. Windows color (decimal): -4240620 or 1330111. OLE color: 1330111.

HSL color Cylindrical-coordinate representation of color #BF4B14: hue angle of 19.3º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF4B14 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 75 20 -
CMYK 0 0.61 0.90 0.25
HSL 19.3º 0.81% 0.41% -
HSV(B) 19.3º 0.9% 0.75% -
XYZ 24.13 16.16 2.51 -
YUV 103.41 80.93 190.47 -
System Red Green Blue C M Y K H S L
Decimal 191 75 20 0 0.61 0.90 0.25 19.3 0.81 0.41
Hex BF 4B 14 0 3D 5A 19 13 51 29
Octal 277 113 24 0 75 132 31 23 121 51
Binary 10111111 1001011 10100 0 111101 1011010 11001 10011 1010001 101001

Color Harmonies of #BF4B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4B14

Black with #BF4B14

Text Example


Text Example

White with #BF4B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4B14; }

 p { color: rgb(191,75,20); }

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

background-color css

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

 a { background-color: rgb(191,75,20); }

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

border-color css

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

 span { border-color: rgb(191,75,20); }

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