Html Css Color HEX #BF4010 Rust

📋 copy color: '#BF4010'

red 191 ◦ green 64 ◦ blue 16

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

Shades of Rust #BF4010

Tints of Rust #BF4010

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.62%

 BLUE value IS 16 (6.64% from 255) = 5.9%

R = 70.48%
G = 23.62%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BF4010 (or 0xBF4010) is known color: Rust. HEX triplet: BF, 40 and 10. RGB value is (191,64,16). Sum of RGB (Red+Green+Blue) = 191+64+16=271 (35% of max value = 765). Red value is 191 (75% from 255 or 70.48% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4010 is #40BFEF. Grayscale: #606060. Windows color (decimal): -4243440 or 1065151. OLE color: 1065151.

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

Color convert

RGB 191 64 16 -
CMYK 0 0.66 0.92 0.25
HSL 16.46º 0.85% 0.41% -
HSV(B) 16.46º 0.92% 0.75% -
XYZ 23.41 14.78 2.11 -
YUV 96.5 82.58 195.4 -
System Red Green Blue C M Y K H S L
Decimal 191 64 16 0 0.66 0.92 0.25 16.46 0.85 0.41
Hex BF 40 10 0 42 5C 19 10 55 29
Octal 277 100 20 0 102 134 31 20 125 51
Binary 10111111 1000000 10000 0 1000010 1011100 11001 10000 1010101 101001

Color Harmonies of #BF4010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4010

Black with #BF4010

Text Example


Text Example

White with #BF4010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4010; }

 p { color: rgb(191,64,16); }

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

background-color css

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

 a { background-color: rgb(191,64,16); }

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

border-color css

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

 span { border-color: rgb(191,64,16); }

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