Html Css Color HEX #BF4113 Rust

📋 copy color: '#BF4113'

red 191 ◦ green 65 ◦ blue 19

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

Shades of Rust #BF4113

Tints of Rust #BF4113

RGB

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

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

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

R = 69.45%
G = 23.64%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BF4113 (or 0xBF4113) is known color: Rust. HEX triplet: BF, 41 and 13. RGB value is (191,65,19). Sum of RGB (Red+Green+Blue) = 191+65+19=275 (36% of max value = 765). Red value is 191 (75% from 255 or 69.45% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 19 (7.81% from 255 or 6.91% from 275); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4113 is #40BEEC. Grayscale: #616161. Windows color (decimal): -4243181 or 1262015. OLE color: 1262015.

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

Color convert

RGB 191 65 19 -
CMYK 0 0.66 0.90 0.25
HSL 16.05º 0.82% 0.41% -
HSV(B) 16.05º 0.9% 0.75% -
XYZ 23.49 14.9 2.25 -
YUV 97.43 83.74 194.74 -
System Red Green Blue C M Y K H S L
Decimal 191 65 19 0 0.66 0.90 0.25 16.05 0.82 0.41
Hex BF 41 13 0 42 5A 19 10 52 29
Octal 277 101 23 0 102 132 31 20 122 51
Binary 10111111 1000001 10011 0 1000010 1011010 11001 10000 1010010 101001

Color Harmonies of #BF4113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4113

Black with #BF4113

Text Example


Text Example

White with #BF4113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4113; }

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

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

background-color css

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

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

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

border-color css

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

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

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