Html Css Color HEX #BF3F11 Rust

📋 copy color: '#BF3F11'

red 191 ◦ green 63 ◦ blue 17

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

Shades of Rust #BF3F11

Tints of Rust #BF3F11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.27%

R = 70.48%
G = 23.25%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BF3F11 (or 0xBF3F11) is known color: Rust. HEX triplet: BF, 3F and 11. RGB value is (191,63,17). Sum of RGB (Red+Green+Blue) = 191+63+17=271 (35% of max value = 765). Red value is 191 (75% from 255 or 70.48% from 271); Green value is 63 (25% from 255 or 23.25% from 271); Blue value is 17 (7.03% from 255 or 6.27% from 271); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3F11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3F11 is #40C0EE. Grayscale: #606060. Windows color (decimal): -4243695 or 1130431. OLE color: 1130431.

HSL color Cylindrical-coordinate representation of color #BF3F11: hue angle of 15.86º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF3F11 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 63 17 -
CMYK 0 0.67 0.91 0.25
HSL 15.86º 0.84% 0.41% -
HSV(B) 15.86º 0.91% 0.75% -
XYZ 23.36 14.67 2.13 -
YUV 96.03 83.41 195.74 -
System Red Green Blue C M Y K H S L
Decimal 191 63 17 0 0.67 0.91 0.25 15.86 0.84 0.41
Hex BF 3F 11 0 43 5B 19 10 54 29
Octal 277 77 21 0 103 133 31 20 124 51
Binary 10111111 111111 10001 0 1000011 1011011 11001 10000 1010100 101001

Color Harmonies of #BF3F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3F11

Black with #BF3F11

Text Example


Text Example

White with #BF3F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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