Html Css Color HEX #BF4A09 Rust

📋 copy color: '#BF4A09'

red 191 ◦ green 74 ◦ blue 9

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

Shades of Rust #BF4A09

Tints of Rust #BF4A09

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.01%

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

R = 69.71%
G = 27.01%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BF4A09 (or 0xBF4A09) is known color: Rust. HEX triplet: BF, 4A and 09. RGB value is (191,74,9). Sum of RGB (Red+Green+Blue) = 191+74+9=274 (36% of max value = 765). Red value is 191 (75% from 255 or 69.71% from 274); Green value is 74 (29.30% from 255 or 27.01% from 274); Blue value is 9 (3.91% from 255 or 3.28% from 274); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4A09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4A09 is #40B5F6. Grayscale: #656565. Windows color (decimal): -4240887 or 608959. OLE color: 608959.

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

Color convert

RGB 191 74 9 -
CMYK 0 0.61 0.95 0.25
HSL 21.43º 0.91% 0.39% -
HSV(B) 21.43º 0.95% 0.75% -
XYZ 23.98 15.99 2.08 -
YUV 101.57 75.76 191.79 -
System Red Green Blue C M Y K H S L
Decimal 191 74 9 0 0.61 0.95 0.25 21.43 0.91 0.39
Hex BF 4A 9 0 3D 5F 19 15 5B 27
Octal 277 112 11 0 75 137 31 25 133 47
Binary 10111111 1001010 1001 0 111101 1011111 11001 10101 1011011 100111

Color Harmonies of #BF4A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4A09

Black with #BF4A09

Text Example


Text Example

White with #BF4A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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