Html Css Color HEX #BF4909 Rust

📋 copy color: '#BF4909'

red 191 ◦ green 73 ◦ blue 9

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

Shades of Rust #BF4909

Tints of Rust #BF4909

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.74%

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

R = 69.96%
G = 26.74%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BF4909 (or 0xBF4909) is known color: Rust. HEX triplet: BF, 49 and 09. RGB value is (191,73,9). Sum of RGB (Red+Green+Blue) = 191+73+9=273 (36% of max value = 765). Red value is 191 (75% from 255 or 69.96% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 9 (3.91% from 255 or 3.30% from 273); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4909 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4909 is #40B6F6. Grayscale: #656565. Windows color (decimal): -4241143 or 608703. OLE color: 608703.

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

Color convert

RGB 191 73 9 -
CMYK 0 0.62 0.95 0.25
HSL 21.1º 0.91% 0.39% -
HSV(B) 21.1º 0.95% 0.75% -
XYZ 23.92 15.86 2.06 -
YUV 100.99 76.09 192.2 -
System Red Green Blue C M Y K H S L
Decimal 191 73 9 0 0.62 0.95 0.25 21.1 0.91 0.39
Hex BF 49 9 0 3E 5F 19 15 5B 27
Octal 277 111 11 0 76 137 31 25 133 47
Binary 10111111 1001001 1001 0 111110 1011111 11001 10101 1011011 100111

Color Harmonies of #BF4909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4909

Black with #BF4909

Text Example


Text Example

White with #BF4909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4909; }

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

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

background-color css

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

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

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

border-color css

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

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

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