Html Css Color HEX #BF4310 Rust

📋 copy color: '#BF4310'

red 191 ◦ green 67 ◦ blue 16

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

Shades of Rust #BF4310

Tints of Rust #BF4310

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.45%

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

R = 69.71%
G = 24.45%
B = 5.84%

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

#BF4310 (or 0xBF4310) is known color: Rust. HEX triplet: BF, 43 and 10. RGB value is (191,67,16). Sum of RGB (Red+Green+Blue) = 191+67+16=274 (36% of max value = 765). Red value is 191 (75% from 255 or 69.71% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 16 (6.64% from 255 or 5.84% from 274); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4310 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4310 is #40BCEF. Grayscale: #626262. Windows color (decimal): -4242672 or 1065919. OLE color: 1065919.

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

Color convert

RGB 191 67 16 -
CMYK 0 0.65 0.92 0.25
HSL 17.49º 0.85% 0.41% -
HSV(B) 17.49º 0.92% 0.75% -
XYZ 23.59 15.13 2.17 -
YUV 98.26 81.58 194.15 -
System Red Green Blue C M Y K H S L
Decimal 191 67 16 0 0.65 0.92 0.25 17.49 0.85 0.41
Hex BF 43 10 0 41 5C 19 11 55 29
Octal 277 103 20 0 101 134 31 21 125 51
Binary 10111111 1000011 10000 0 1000001 1011100 11001 10001 1010101 101001

Color Harmonies of #BF4310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4310

Black with #BF4310

Text Example


Text Example

White with #BF4310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4310; }

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

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

background-color css

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

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

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

border-color css

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

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

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