Html Css Color HEX #BF4B11 Rust

📋 copy color: '#BF4B11'

red 191 ◦ green 75 ◦ blue 17

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

Shades of Rust #BF4B11

Tints of Rust #BF4B11

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.5%

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

R = 67.49%
G = 26.5%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BF4B11 (or 0xBF4B11) is known color: Rust. HEX triplet: BF, 4B and 11. RGB value is (191,75,17). Sum of RGB (Red+Green+Blue) = 191+75+17=283 (37% of max value = 765). Red value is 191 (75% from 255 or 67.49% from 283); Green value is 75 (29.69% from 255 or 26.50% from 283); Blue value is 17 (7.03% from 255 or 6.01% from 283); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4B11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4B11 is #40B4EE. Grayscale: #676767. Windows color (decimal): -4240623 or 1133503. OLE color: 1133503.

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

Color convert

RGB 191 75 17 -
CMYK 0 0.61 0.91 0.25
HSL 20º 0.84% 0.41% -
HSV(B) 20º 0.91% 0.75% -
XYZ 24.1 16.15 2.38 -
YUV 103.07 79.43 190.72 -
System Red Green Blue C M Y K H S L
Decimal 191 75 17 0 0.61 0.91 0.25 20 0.84 0.41
Hex BF 4B 11 0 3D 5B 19 14 54 29
Octal 277 113 21 0 75 133 31 24 124 51
Binary 10111111 1001011 10001 0 111101 1011011 11001 10100 1010100 101001

Color Harmonies of #BF4B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4B11

Black with #BF4B11

Text Example


Text Example

White with #BF4B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4B11; }

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

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

background-color css

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

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

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

border-color css

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

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

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