Html Css Color HEX #BF5210 Rust

📋 copy color: '#BF5210'

red 191 ◦ green 82 ◦ blue 16

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

Shades of Rust #BF5210

Tints of Rust #BF5210

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.37%

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

R = 66.09%
G = 28.37%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BF5210 (or 0xBF5210) is known color: Rust. HEX triplet: BF, 52 and 10. RGB value is (191,82,16). Sum of RGB (Red+Green+Blue) = 191+82+16=289 (38% of max value = 765). Red value is 191 (75% from 255 or 66.09% from 289); Green value is 82 (32.42% from 255 or 28.37% from 289); Blue value is 16 (6.64% from 255 or 5.54% from 289); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5210 is #40ADEF. Grayscale: #6B6B6B. Windows color (decimal): -4238832 or 1069759. OLE color: 1069759.

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

Color convert

RGB 191 82 16 -
CMYK 0 0.57 0.92 0.25
HSL 22.63º 0.85% 0.41% -
HSV(B) 22.63º 0.92% 0.75% -
XYZ 24.6 17.15 2.5 -
YUV 107.07 76.61 187.87 -
System Red Green Blue C M Y K H S L
Decimal 191 82 16 0 0.57 0.92 0.25 22.63 0.85 0.41
Hex BF 52 10 0 39 5C 19 17 55 29
Octal 277 122 20 0 71 134 31 27 125 51
Binary 10111111 1010010 10000 0 111001 1011100 11001 10111 1010101 101001

Color Harmonies of #BF5210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5210

Black with #BF5210

Text Example


Text Example

White with #BF5210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5210; }

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

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

background-color css

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

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

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

border-color css

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

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

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