Html Css Color HEX #BF4619 Rust

📋 copy color: '#BF4619'

red 191 ◦ green 70 ◦ blue 25

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

Shades of Rust #BF4619

Tints of Rust #BF4619

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.48%

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

R = 66.78%
G = 24.48%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BF4619 (or 0xBF4619) is known color: Rust. HEX triplet: BF, 46 and 19. RGB value is (191,70,25). Sum of RGB (Red+Green+Blue) = 191+70+25=286 (37% of max value = 765). Red value is 191 (75% from 255 or 66.78% from 286); Green value is 70 (27.73% from 255 or 24.48% from 286); Blue value is 25 (10.16% from 255 or 8.74% from 286); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4619 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4619 is #40B9E6. Grayscale: #656565. Windows color (decimal): -4241895 or 1656511. OLE color: 1656511.

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

Color convert

RGB 191 70 25 -
CMYK 0 0.63 0.87 0.25
HSL 16.27º 0.77% 0.42% -
HSV(B) 16.27º 0.87% 0.75% -
XYZ 23.85 15.53 2.66 -
YUV 101.05 85.09 192.16 -
System Red Green Blue C M Y K H S L
Decimal 191 70 25 0 0.63 0.87 0.25 16.27 0.77 0.42
Hex BF 46 19 0 3F 57 19 10 4D 2A
Octal 277 106 31 0 77 127 31 20 115 52
Binary 10111111 1000110 11001 0 111111 1010111 11001 10000 1001101 101010

Color Harmonies of #BF4619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4619

Black with #BF4619

Text Example


Text Example

White with #BF4619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4619; }

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

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

background-color css

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

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

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

border-color css

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

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

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