Html Css Color HEX #BF3F14 Rust

📋 copy color: '#BF3F14'

red 191 ◦ green 63 ◦ blue 20

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

Shades of Rust #BF3F14

Tints of Rust #BF3F14

RGB

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

 GREEN value IS 63 (25% from 255) = 22.99%

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

R = 69.71%
G = 22.99%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BF3F14 (or 0xBF3F14) is known color: Rust. HEX triplet: BF, 3F and 14. RGB value is (191,63,20). Sum of RGB (Red+Green+Blue) = 191+63+20=274 (36% of max value = 765). Red value is 191 (75% from 255 or 69.71% from 274); Green value is 63 (25% from 255 or 22.99% from 274); Blue value is 20 (8.20% from 255 or 7.30% from 274); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3F14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3F14 is #40C0EB. Grayscale: #606060. Windows color (decimal): -4243692 or 1327039. OLE color: 1327039.

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

Color convert

RGB 191 63 20 -
CMYK 0 0.67 0.90 0.25
HSL 15.09º 0.81% 0.41% -
HSV(B) 15.09º 0.9% 0.75% -
XYZ 23.39 14.68 2.26 -
YUV 96.37 84.91 195.5 -
System Red Green Blue C M Y K H S L
Decimal 191 63 20 0 0.67 0.90 0.25 15.09 0.81 0.41
Hex BF 3F 14 0 43 5A 19 F 51 29
Octal 277 77 24 0 103 132 31 17 121 51
Binary 10111111 111111 10100 0 1000011 1011010 11001 1111 1010001 101001

Color Harmonies of #BF3F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3F14

Black with #BF3F14

Text Example


Text Example

White with #BF3F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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