Html Css Color HEX #BF4810 Rust

📋 copy color: '#BF4810'

red 191 ◦ green 72 ◦ blue 16

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

Shades of Rust #BF4810

Tints of Rust #BF4810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.73%

R = 68.46%
G = 25.81%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BF4810 (or 0xBF4810) is known color: Rust. HEX triplet: BF, 48 and 10. RGB value is (191,72,16). Sum of RGB (Red+Green+Blue) = 191+72+16=279 (36% of max value = 765). Red value is 191 (75% from 255 or 68.46% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 16 (6.64% from 255 or 5.73% from 279); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4810 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4810 is #40B7EF. Grayscale: #656565. Windows color (decimal): -4241392 or 1067199. OLE color: 1067199.

HSL color Cylindrical-coordinate representation of color #BF4810: hue angle of 19.2º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF4810 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 72 16 -
CMYK 0 0.62 0.92 0.25
HSL 19.2º 0.85% 0.41% -
HSV(B) 19.2º 0.92% 0.75% -
XYZ 23.9 15.75 2.27 -
YUV 101.2 79.92 192.05 -
System Red Green Blue C M Y K H S L
Decimal 191 72 16 0 0.62 0.92 0.25 19.2 0.85 0.41
Hex BF 48 10 0 3E 5C 19 13 55 29
Octal 277 110 20 0 76 134 31 23 125 51
Binary 10111111 1001000 10000 0 111110 1011100 11001 10011 1010101 101001

Color Harmonies of #BF4810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4810

Black with #BF4810

Text Example


Text Example

White with #BF4810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4810; }

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

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

background-color css

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

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

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

border-color css

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

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

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