Html Css Color HEX #BF3E0E Rust

📋 copy color: '#BF3E0E'

red 191 ◦ green 62 ◦ blue 14

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

Shades of Rust #BF3E0E

Tints of Rust #BF3E0E

RGB

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

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

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

R = 71.54%
G = 23.22%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BF3E0E (or 0xBF3E0E) is known color: Rust. HEX triplet: BF, 3E and 0E. RGB value is (191,62,14). Sum of RGB (Red+Green+Blue) = 191+62+14=267 (35% of max value = 765). Red value is 191 (75% from 255 or 71.54% from 267); Green value is 62 (24.61% from 255 or 23.22% from 267); Blue value is 14 (5.86% from 255 or 5.24% from 267); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3E0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3E0E is #40C1F1. Grayscale: #5F5F5F. Windows color (decimal): -4243954 or 933567. OLE color: 933567.

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

Color convert

RGB 191 62 14 -
CMYK 0 0.68 0.93 0.25
HSL 16.27º 0.86% 0.4% -
HSV(B) 16.27º 0.93% 0.75% -
XYZ 23.29 14.55 2 -
YUV 95.1 82.24 196.4 -
System Red Green Blue C M Y K H S L
Decimal 191 62 14 0 0.68 0.93 0.25 16.27 0.86 0.4
Hex BF 3E E 0 44 5D 19 10 56 28
Octal 277 76 16 0 104 135 31 20 126 50
Binary 10111111 111110 1110 0 1000100 1011101 11001 10000 1010110 101000

Color Harmonies of #BF3E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3E0E

Black with #BF3E0E

Text Example


Text Example

White with #BF3E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3E0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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