Html Css Color HEX #BF5314 Rust

📋 copy color: '#BF5314'

red 191 ◦ green 83 ◦ blue 20

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

Shades of Rust #BF5314

Tints of Rust #BF5314

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.23%

 BLUE value IS 20 (8.2% from 255) = 6.8%

R = 64.97%
G = 28.23%
B = 6.8%

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

#BF5314 (or 0xBF5314) is known color: Rust. HEX triplet: BF, 53 and 14. RGB value is (191,83,20). Sum of RGB (Red+Green+Blue) = 191+83+20=294 (38% of max value = 765). Red value is 191 (75% from 255 or 64.97% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 20 (8.20% from 255 or 6.80% from 294); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5314 is #40ACEB. Grayscale: #6C6C6C. Windows color (decimal): -4238572 or 1332159. OLE color: 1332159.

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

Color convert

RGB 191 83 20 -
CMYK 0 0.57 0.90 0.25
HSL 22.11º 0.81% 0.41% -
HSV(B) 22.11º 0.9% 0.75% -
XYZ 24.71 17.31 2.7 -
YUV 108.11 78.28 187.12 -
System Red Green Blue C M Y K H S L
Decimal 191 83 20 0 0.57 0.90 0.25 22.11 0.81 0.41
Hex BF 53 14 0 39 5A 19 16 51 29
Octal 277 123 24 0 71 132 31 26 121 51
Binary 10111111 1010011 10100 0 111001 1011010 11001 10110 1010001 101001

Color Harmonies of #BF5314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5314

Black with #BF5314

Text Example


Text Example

White with #BF5314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5314; }

 p { color: rgb(191,83,20); }

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

background-color css

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

 a { background-color: rgb(191,83,20); }

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

border-color css

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

 span { border-color: rgb(191,83,20); }

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