Html Css Color HEX #BF3E14 Rust

📋 copy color: '#BF3E14'

red 191 ◦ green 62 ◦ blue 20

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

Shades of Rust #BF3E14

Tints of Rust #BF3E14

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.71%

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

R = 69.96%
G = 22.71%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BF3E14 (or 0xBF3E14) is known color: Rust. HEX triplet: BF, 3E and 14. RGB value is (191,62,20). Sum of RGB (Red+Green+Blue) = 191+62+20=273 (36% of max value = 765). Red value is 191 (75% from 255 or 69.96% from 273); Green value is 62 (24.61% from 255 or 22.71% from 273); Blue value is 20 (8.20% from 255 or 7.33% from 273); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3E14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3E14 is #40C1EB. Grayscale: #606060. Windows color (decimal): -4243948 or 1326783. OLE color: 1326783.

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

Color convert

RGB 191 62 20 -
CMYK 0 0.68 0.90 0.25
HSL 14.74º 0.81% 0.41% -
HSV(B) 14.74º 0.9% 0.75% -
XYZ 23.33 14.57 2.24 -
YUV 95.78 85.24 195.92 -
System Red Green Blue C M Y K H S L
Decimal 191 62 20 0 0.68 0.90 0.25 14.74 0.81 0.41
Hex BF 3E 14 0 44 5A 19 F 51 29
Octal 277 76 24 0 104 132 31 17 121 51
Binary 10111111 111110 10100 0 1000100 1011010 11001 1111 1010001 101001

Color Harmonies of #BF3E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3E14

Black with #BF3E14

Text Example


Text Example

White with #BF3E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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