Html Css Color HEX #BF4309 Rust

📋 copy color: '#BF4309'

red 191 ◦ green 67 ◦ blue 9

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

Shades of Rust #BF4309

Tints of Rust #BF4309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.37%

R = 71.54%
G = 25.09%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BF4309 (or 0xBF4309) is known color: Rust. HEX triplet: BF, 43 and 09. RGB value is (191,67,9). Sum of RGB (Red+Green+Blue) = 191+67+9=267 (35% of max value = 765). Red value is 191 (75% from 255 or 71.54% from 267); Green value is 67 (26.56% from 255 or 25.09% from 267); Blue value is 9 (3.91% from 255 or 3.37% from 267); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4309 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4309 is #40BCF6. Grayscale: #616161. Windows color (decimal): -4242679 or 607167. OLE color: 607167.

HSL color Cylindrical-coordinate representation of color #BF4309: hue angle of 19.12º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF4309 is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 67 9 -
CMYK 0 0.65 0.95 0.25
HSL 19.12º 0.91% 0.39% -
HSV(B) 19.12º 0.95% 0.75% -
XYZ 23.54 15.11 1.93 -
YUV 97.46 78.08 194.72 -
System Red Green Blue C M Y K H S L
Decimal 191 67 9 0 0.65 0.95 0.25 19.12 0.91 0.39
Hex BF 43 9 0 41 5F 19 13 5B 27
Octal 277 103 11 0 101 137 31 23 133 47
Binary 10111111 1000011 1001 0 1000001 1011111 11001 10011 1011011 100111

Color Harmonies of #BF4309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4309

Black with #BF4309

Text Example


Text Example

White with #BF4309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4309; }

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

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

background-color css

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

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

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

border-color css

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

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

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