Html Css Color HEX #BF4210 Rust

📋 copy color: '#BF4210'

red 191 ◦ green 66 ◦ blue 16

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

Shades of Rust #BF4210

Tints of Rust #BF4210

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.18%

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

R = 69.96%
G = 24.18%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BF4210 (or 0xBF4210) is known color: Rust. HEX triplet: BF, 42 and 10. RGB value is (191,66,16). Sum of RGB (Red+Green+Blue) = 191+66+16=273 (36% of max value = 765). Red value is 191 (75% from 255 or 69.96% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4210 is #40BDEF. Grayscale: #626262. Windows color (decimal): -4242928 or 1065663. OLE color: 1065663.

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

Color convert

RGB 191 66 16 -
CMYK 0 0.65 0.92 0.25
HSL 17.14º 0.85% 0.41% -
HSV(B) 17.14º 0.92% 0.75% -
XYZ 23.53 15.01 2.15 -
YUV 97.68 81.91 194.57 -
System Red Green Blue C M Y K H S L
Decimal 191 66 16 0 0.65 0.92 0.25 17.14 0.85 0.41
Hex BF 42 10 0 41 5C 19 11 55 29
Octal 277 102 20 0 101 134 31 21 125 51
Binary 10111111 1000010 10000 0 1000001 1011100 11001 10001 1010101 101001

Color Harmonies of #BF4210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4210

Black with #BF4210

Text Example


Text Example

White with #BF4210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4210; }

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

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

background-color css

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

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

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

border-color css

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

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

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