Html Css Color HEX #BF410F Rust

📋 copy color: '#BF410F'

red 191 ◦ green 65 ◦ blue 15

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

Shades of Rust #BF410F

Tints of Rust #BF410F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.99%

 BLUE value IS 15 (6.25% from 255) = 5.54%

R = 70.48%
G = 23.99%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BF410F (or 0xBF410F) is known color: Rust. HEX triplet: BF, 41 and 0F. RGB value is (191,65,15). Sum of RGB (Red+Green+Blue) = 191+65+15=271 (35% of max value = 765). Red value is 191 (75% from 255 or 70.48% from 271); Green value is 65 (25.78% from 255 or 23.99% from 271); Blue value is 15 (6.25% from 255 or 5.54% from 271); Max value from RGB is 191 - color contains mainly: red. Hex color #BF410F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF410F is #40BEF0. Grayscale: #616161. Windows color (decimal): -4243185 or 999871. OLE color: 999871.

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

Color convert

RGB 191 65 15 -
CMYK 0 0.66 0.92 0.25
HSL 17.05º 0.85% 0.4% -
HSV(B) 17.05º 0.92% 0.75% -
XYZ 23.46 14.89 2.09 -
YUV 96.97 81.74 195.07 -
System Red Green Blue C M Y K H S L
Decimal 191 65 15 0 0.66 0.92 0.25 17.05 0.85 0.4
Hex BF 41 F 0 42 5C 19 11 55 28
Octal 277 101 17 0 102 134 31 21 125 50
Binary 10111111 1000001 1111 0 1000010 1011100 11001 10001 1010101 101000

Color Harmonies of #BF410F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF410F

Black with #BF410F

Text Example


Text Example

White with #BF410F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF410F; }

 p { color: rgb(191,65,15); }

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

background-color css

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

 a { background-color: rgb(191,65,15); }

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

border-color css

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

 span { border-color: rgb(191,65,15); }

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