Html Css Color HEX #BF3F09 Rust

📋 copy color: '#BF3F09'

red 191 ◦ green 63 ◦ blue 9

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

Shades of Rust #BF3F09

Tints of Rust #BF3F09

RGB

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

 GREEN value IS 63 (25% from 255) = 23.95%

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

R = 72.62%
G = 23.95%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BF3F09 (or 0xBF3F09) is known color: Rust. HEX triplet: BF, 3F and 09. RGB value is (191,63,9). Sum of RGB (Red+Green+Blue) = 191+63+9=263 (34% of max value = 765). Red value is 191 (75% from 255 or 72.62% from 263); Green value is 63 (25% from 255 or 23.95% from 263); Blue value is 9 (3.91% from 255 or 3.42% from 263); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3F09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3F09 is #40C0F6. Grayscale: #5F5F5F. Windows color (decimal): -4243703 or 606143. OLE color: 606143.

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

Color convert

RGB 191 63 9 -
CMYK 0 0.67 0.95 0.25
HSL 17.8º 0.91% 0.39% -
HSV(B) 17.8º 0.95% 0.75% -
XYZ 23.31 14.65 1.86 -
YUV 95.12 79.41 196.39 -
System Red Green Blue C M Y K H S L
Decimal 191 63 9 0 0.67 0.95 0.25 17.8 0.91 0.39
Hex BF 3F 9 0 43 5F 19 12 5B 27
Octal 277 77 11 0 103 137 31 22 133 47
Binary 10111111 111111 1001 0 1000011 1011111 11001 10010 1011011 100111

Color Harmonies of #BF3F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3F09

Black with #BF3F09

Text Example


Text Example

White with #BF3F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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