Html Css Color HEX #BF3609 Rust

📋 copy color: '#BF3609'

red 191 ◦ green 54 ◦ blue 9

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

Shades of Rust #BF3609

Tints of Rust #BF3609

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.26%

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

R = 75.2%
G = 21.26%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BF3609 (or 0xBF3609) is known color: Rust. HEX triplet: BF, 36 and 09. RGB value is (191,54,9). Sum of RGB (Red+Green+Blue) = 191+54+9=254 (33% of max value = 765). Red value is 191 (75% from 255 or 75.20% from 254); Green value is 54 (21.48% from 255 or 21.26% from 254); Blue value is 9 (3.91% from 255 or 3.54% from 254); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3609 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3609 is #40C9F6. Grayscale: #5A5A5A. Windows color (decimal): -4246007 or 603839. OLE color: 603839.

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

Color convert

RGB 191 54 9 -
CMYK 0 0.72 0.95 0.25
HSL 14.84º 0.91% 0.39% -
HSV(B) 14.84º 0.95% 0.75% -
XYZ 22.85 13.73 1.7 -
YUV 89.83 82.39 200.16 -
System Red Green Blue C M Y K H S L
Decimal 191 54 9 0 0.72 0.95 0.25 14.84 0.91 0.39
Hex BF 36 9 0 48 5F 19 F 5B 27
Octal 277 66 11 0 110 137 31 17 133 47
Binary 10111111 110110 1001 0 1001000 1011111 11001 1111 1011011 100111

Color Harmonies of #BF3609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3609

Black with #BF3609

Text Example


Text Example

White with #BF3609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3609; }

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

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

background-color css

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

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

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

border-color css

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

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

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