Html Css Color HEX #BF4819 Rust

📋 copy color: '#BF4819'

red 191 ◦ green 72 ◦ blue 25

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

Shades of Rust #BF4819

Tints of Rust #BF4819

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25%

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

R = 66.32%
G = 25%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BF4819 (or 0xBF4819) is known color: Rust. HEX triplet: BF, 48 and 19. RGB value is (191,72,25). Sum of RGB (Red+Green+Blue) = 191+72+25=288 (38% of max value = 765). Red value is 191 (75% from 255 or 66.32% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 25 (10.16% from 255 or 8.68% from 288); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4819 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4819 is #40B7E6. Grayscale: #666666. Windows color (decimal): -4241383 or 1657023. OLE color: 1657023.

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

Color convert

RGB 191 72 25 -
CMYK 0 0.62 0.87 0.25
HSL 16.99º 0.77% 0.42% -
HSV(B) 16.99º 0.87% 0.75% -
XYZ 23.98 15.78 2.7 -
YUV 102.22 84.42 191.32 -
System Red Green Blue C M Y K H S L
Decimal 191 72 25 0 0.62 0.87 0.25 16.99 0.77 0.42
Hex BF 48 19 0 3E 57 19 11 4D 2A
Octal 277 110 31 0 76 127 31 21 115 52
Binary 10111111 1001000 11001 0 111110 1010111 11001 10001 1001101 101010

Color Harmonies of #BF4819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4819

Black with #BF4819

Text Example


Text Example

White with #BF4819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4819; }

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

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

background-color css

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

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

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

border-color css

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

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

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