Html Css Color HEX #BF5413 Rust

📋 copy color: '#BF5413'

red 191 ◦ green 84 ◦ blue 19

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

Shades of Rust #BF5413

Tints of Rust #BF5413

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.57%

 BLUE value IS 19 (7.81% from 255) = 6.46%

R = 64.97%
G = 28.57%
B = 6.46%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BF5413 (or 0xBF5413) is known color: Rust. HEX triplet: BF, 54 and 13. RGB value is (191,84,19). Sum of RGB (Red+Green+Blue) = 191+84+19=294 (38% of max value = 765). Red value is 191 (75% from 255 or 64.97% from 294); Green value is 84 (33.20% from 255 or 28.57% from 294); Blue value is 19 (7.81% from 255 or 6.46% from 294); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5413 is #40ABEC. Grayscale: #6C6C6C. Windows color (decimal): -4238317 or 1266879. OLE color: 1266879.

HSL color Cylindrical-coordinate representation of color #BF5413: hue angle of 22.67º degrees, saturation: 0.82, 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 #BF5413 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 84 19 -
CMYK 0 0.56 0.90 0.25
HSL 22.67º 0.82% 0.41% -
HSV(B) 22.67º 0.9% 0.75% -
XYZ 24.77 17.46 2.68 -
YUV 108.58 77.45 186.79 -
System Red Green Blue C M Y K H S L
Decimal 191 84 19 0 0.56 0.90 0.25 22.67 0.82 0.41
Hex BF 54 13 0 38 5A 19 17 52 29
Octal 277 124 23 0 70 132 31 27 122 51
Binary 10111111 1010100 10011 0 111000 1011010 11001 10111 1010010 101001

Color Harmonies of #BF5413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5413

Black with #BF5413

Text Example


Text Example

White with #BF5413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5413; }

 p { color: rgb(191,84,19); }

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

background-color css

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

 a { background-color: rgb(191,84,19); }

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

border-color css

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

 span { border-color: rgb(191,84,19); }

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