Html Css Color HEX #BF440E Rust

📋 copy color: '#BF440E'

red 191 ◦ green 68 ◦ blue 14

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

Shades of Rust #BF440E

Tints of Rust #BF440E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.13%

R = 69.96%
G = 24.91%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BF440E (or 0xBF440E) is known color: Rust. HEX triplet: BF, 44 and 0E. RGB value is (191,68,14). Sum of RGB (Red+Green+Blue) = 191+68+14=273 (36% of max value = 765). Red value is 191 (75% from 255 or 69.96% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 14 (5.86% from 255 or 5.13% from 273); Max value from RGB is 191 - color contains mainly: red. Hex color #BF440E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF440E is #40BBF1. Grayscale: #626262. Windows color (decimal): -4242418 or 935103. OLE color: 935103.

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

Color convert

RGB 191 68 14 -
CMYK 0 0.64 0.93 0.25
HSL 18.31º 0.86% 0.4% -
HSV(B) 18.31º 0.93% 0.75% -
XYZ 23.63 15.24 2.11 -
YUV 98.62 80.25 193.89 -
System Red Green Blue C M Y K H S L
Decimal 191 68 14 0 0.64 0.93 0.25 18.31 0.86 0.4
Hex BF 44 E 0 40 5D 19 12 56 28
Octal 277 104 16 0 100 135 31 22 126 50
Binary 10111111 1000100 1110 0 1000000 1011101 11001 10010 1010110 101000

Color Harmonies of #BF440E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF440E

Black with #BF440E

Text Example


Text Example

White with #BF440E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF440E; }

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

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

background-color css

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

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

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

border-color css

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

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

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