Html Css Color HEX #BF3909 Rust

📋 copy color: '#BF3909'

red 191 ◦ green 57 ◦ blue 9

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

Shades of Rust #BF3909

Tints of Rust #BF3909

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.18%

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

R = 74.32%
G = 22.18%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BF3909 (or 0xBF3909) is known color: Rust. HEX triplet: BF, 39 and 09. RGB value is (191,57,9). Sum of RGB (Red+Green+Blue) = 191+57+9=257 (34% of max value = 765). Red value is 191 (75% from 255 or 74.32% from 257); Green value is 57 (22.66% from 255 or 22.18% from 257); Blue value is 9 (3.91% from 255 or 3.50% from 257); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3909 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3909 is #40C6F6. Grayscale: #5B5B5B. Windows color (decimal): -4245239 or 604607. OLE color: 604607.

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

Color convert

RGB 191 57 9 -
CMYK 0 0.70 0.95 0.25
HSL 15.82º 0.91% 0.39% -
HSV(B) 15.82º 0.95% 0.75% -
XYZ 23 14.02 1.75 -
YUV 91.59 81.39 198.9 -
System Red Green Blue C M Y K H S L
Decimal 191 57 9 0 0.70 0.95 0.25 15.82 0.91 0.39
Hex BF 39 9 0 46 5F 19 10 5B 27
Octal 277 71 11 0 106 137 31 20 133 47
Binary 10111111 111001 1001 0 1000110 1011111 11001 10000 1011011 100111

Color Harmonies of #BF3909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3909

Black with #BF3909

Text Example


Text Example

White with #BF3909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3909; }

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

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

background-color css

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

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

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

border-color css

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

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

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