Html Css Color HEX #BF5419 Rust

📋 copy color: '#BF5419'

red 191 ◦ green 84 ◦ blue 25

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

Shades of Rust #BF5419

Tints of Rust #BF5419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.33%

R = 63.67%
G = 28%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BF5419 (or 0xBF5419) is known color: Rust. HEX triplet: BF, 54 and 19. RGB value is (191,84,25). Sum of RGB (Red+Green+Blue) = 191+84+25=300 (39% of max value = 765). Red value is 191 (75% from 255 or 63.67% from 300); Green value is 84 (33.20% from 255 or 28% from 300); Blue value is 25 (10.16% from 255 or 8.33% from 300); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5419 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5419 is #40ABE6. Grayscale: #6D6D6D. Windows color (decimal): -4238311 or 1660095. OLE color: 1660095.

HSL color Cylindrical-coordinate representation of color #BF5419: hue angle of 21.33º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF5419 is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 84 25 -
CMYK 0 0.56 0.87 0.25
HSL 21.33º 0.77% 0.42% -
HSV(B) 21.33º 0.87% 0.75% -
XYZ 24.83 17.49 2.99 -
YUV 109.27 80.45 186.3 -
System Red Green Blue C M Y K H S L
Decimal 191 84 25 0 0.56 0.87 0.25 21.33 0.77 0.42
Hex BF 54 19 0 38 57 19 15 4D 2A
Octal 277 124 31 0 70 127 31 25 115 52
Binary 10111111 1010100 11001 0 111000 1010111 11001 10101 1001101 101010

Color Harmonies of #BF5419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5419

Black with #BF5419

Text Example


Text Example

White with #BF5419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5419; }

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

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

background-color css

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

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

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

border-color css

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

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

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