Html Css Color HEX #BF5213 Rust

📋 copy color: '#BF5213'

red 191 ◦ green 82 ◦ blue 19

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

Shades of Rust #BF5213

Tints of Rust #BF5213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.51%

R = 65.41%
G = 28.08%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BF5213 (or 0xBF5213) is known color: Rust. HEX triplet: BF, 52 and 13. RGB value is (191,82,19). Sum of RGB (Red+Green+Blue) = 191+82+19=292 (38% of max value = 765). Red value is 191 (75% from 255 or 65.41% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 19 (7.81% from 255 or 6.51% from 292); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5213 is #40ADEC. Grayscale: #6B6B6B. Windows color (decimal): -4238829 or 1266367. OLE color: 1266367.

HSL color Cylindrical-coordinate representation of color #BF5213: hue angle of 21.98º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF5213 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 82 19 -
CMYK 0 0.57 0.90 0.25
HSL 21.98º 0.82% 0.41% -
HSV(B) 21.98º 0.9% 0.75% -
XYZ 24.62 17.16 2.63 -
YUV 107.41 78.11 187.62 -
System Red Green Blue C M Y K H S L
Decimal 191 82 19 0 0.57 0.90 0.25 21.98 0.82 0.41
Hex BF 52 13 0 39 5A 19 16 52 29
Octal 277 122 23 0 71 132 31 26 122 51
Binary 10111111 1010010 10011 0 111001 1011010 11001 10110 1010010 101001

Color Harmonies of #BF5213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5213

Black with #BF5213

Text Example


Text Example

White with #BF5213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5213; }

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

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

background-color css

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

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

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

border-color css

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

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

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