Html Css Color HEX #BF4609 Rust

📋 copy color: '#BF4609'

red 191 ◦ green 70 ◦ blue 9

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

Shades of Rust #BF4609

Tints of Rust #BF4609

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.93%

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

R = 70.74%
G = 25.93%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BF4609 (or 0xBF4609) is known color: Rust. HEX triplet: BF, 46 and 09. RGB value is (191,70,9). Sum of RGB (Red+Green+Blue) = 191+70+9=270 (35% of max value = 765). Red value is 191 (75% from 255 or 70.74% from 270); Green value is 70 (27.73% from 255 or 25.93% from 270); Blue value is 9 (3.91% from 255 or 3.33% from 270); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4609 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4609 is #40B9F6. Grayscale: #636363. Windows color (decimal): -4241911 or 607935. OLE color: 607935.

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

Color convert

RGB 191 70 9 -
CMYK 0 0.63 0.95 0.25
HSL 20.11º 0.91% 0.39% -
HSV(B) 20.11º 0.95% 0.75% -
XYZ 23.73 15.48 2 -
YUV 99.23 77.09 193.46 -
System Red Green Blue C M Y K H S L
Decimal 191 70 9 0 0.63 0.95 0.25 20.11 0.91 0.39
Hex BF 46 9 0 3F 5F 19 14 5B 27
Octal 277 106 11 0 77 137 31 24 133 47
Binary 10111111 1000110 1001 0 111111 1011111 11001 10100 1011011 100111

Color Harmonies of #BF4609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4609

Black with #BF4609

Text Example


Text Example

White with #BF4609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4609; }

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

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

background-color css

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

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

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

border-color css

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

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

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