Html Css Color HEX #BF441F Rust

📋 copy color: '#BF441F'

red 191 ◦ green 68 ◦ blue 31

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

Shades of Rust #BF441F

Tints of Rust #BF441F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.45%

 BLUE value IS 31 (12.5% from 255) = 10.69%

R = 65.86%
G = 23.45%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BF441F (or 0xBF441F) is known color: Rust. HEX triplet: BF, 44 and 1F. RGB value is (191,68,31). Sum of RGB (Red+Green+Blue) = 191+68+31=290 (38% of max value = 765). Red value is 191 (75% from 255 or 65.86% from 290); Green value is 68 (26.95% from 255 or 23.45% from 290); Blue value is 31 (12.5% from 255 or 10.69% from 290); Max value from RGB is 191 - color contains mainly: red. Hex color #BF441F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF441F is #40BBE0. Grayscale: #646464. Windows color (decimal): -4242401 or 2049215. OLE color: 2049215.

HSL color Cylindrical-coordinate representation of color #BF441F: hue angle of 13.88º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BF441F is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 68 31 -
CMYK 0 0.64 0.84 0.25
HSL 13.88º 0.72% 0.44% -
HSV(B) 13.88º 0.84% 0.75% -
XYZ 23.8 15.31 3 -
YUV 100.56 88.75 192.51 -
System Red Green Blue C M Y K H S L
Decimal 191 68 31 0 0.64 0.84 0.25 13.88 0.72 0.44
Hex BF 44 1F 0 40 54 19 E 48 2C
Octal 277 104 37 0 100 124 31 16 110 54
Binary 10111111 1000100 11111 0 1000000 1010100 11001 1110 1001000 101100

Color Harmonies of #BF441F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF441F

Black with #BF441F

Text Example


Text Example

White with #BF441F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF441F; }

 p { color: rgb(191,68,31); }

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

background-color css

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

 a { background-color: rgb(191,68,31); }

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

border-color css

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

 span { border-color: rgb(191,68,31); }

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