Html Css Color HEX #BF3A11 Rust

📋 copy color: '#BF3A11'

red 191 ◦ green 58 ◦ blue 17

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

Shades of Rust #BF3A11

Tints of Rust #BF3A11

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.8%

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

R = 71.8%
G = 21.8%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BF3A11 (or 0xBF3A11) is known color: Rust. HEX triplet: BF, 3A and 11. RGB value is (191,58,17). Sum of RGB (Red+Green+Blue) = 191+58+17=266 (35% of max value = 765). Red value is 191 (75% from 255 or 71.80% from 266); Green value is 58 (23.05% from 255 or 21.80% from 266); Blue value is 17 (7.03% from 255 or 6.39% from 266); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3A11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3A11 is #40C5EE. Grayscale: #5D5D5D. Windows color (decimal): -4244975 or 1129151. OLE color: 1129151.

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

Color convert

RGB 191 58 17 -
CMYK 0 0.70 0.91 0.25
HSL 14.14º 0.84% 0.41% -
HSV(B) 14.14º 0.91% 0.75% -
XYZ 23.1 14.14 2.04 -
YUV 93.09 85.06 197.83 -
System Red Green Blue C M Y K H S L
Decimal 191 58 17 0 0.70 0.91 0.25 14.14 0.84 0.41
Hex BF 3A 11 0 46 5B 19 E 54 29
Octal 277 72 21 0 106 133 31 16 124 51
Binary 10111111 111010 10001 0 1000110 1011011 11001 1110 1010100 101001

Color Harmonies of #BF3A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3A11

Black with #BF3A11

Text Example


Text Example

White with #BF3A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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