Html Css Color HEX #BF390F Rust

📋 copy color: '#BF390F'

red 191 ◦ green 57 ◦ blue 15

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

Shades of Rust #BF390F

Tints of Rust #BF390F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.7%

R = 72.62%
G = 21.67%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BF390F (or 0xBF390F) is known color: Rust. HEX triplet: BF, 39 and 0F. RGB value is (191,57,15). Sum of RGB (Red+Green+Blue) = 191+57+15=263 (34% of max value = 765). Red value is 191 (75% from 255 or 72.62% from 263); Green value is 57 (22.66% from 255 or 21.67% from 263); Blue value is 15 (6.25% from 255 or 5.70% from 263); Max value from RGB is 191 - color contains mainly: red. Hex color #BF390F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF390F is #40C6F0. Grayscale: #5C5C5C. Windows color (decimal): -4245233 or 997823. OLE color: 997823.

HSL color Cylindrical-coordinate representation of color #BF390F: hue angle of 14.32º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF390F is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 57 15 -
CMYK 0 0.70 0.92 0.25
HSL 14.32º 0.85% 0.4% -
HSV(B) 14.32º 0.92% 0.75% -
XYZ 23.04 14.04 1.95 -
YUV 92.28 84.39 198.42 -
System Red Green Blue C M Y K H S L
Decimal 191 57 15 0 0.70 0.92 0.25 14.32 0.85 0.4
Hex BF 39 F 0 46 5C 19 E 55 28
Octal 277 71 17 0 106 134 31 16 125 50
Binary 10111111 111001 1111 0 1000110 1011100 11001 1110 1010101 101000

Color Harmonies of #BF390F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF390F

Black with #BF390F

Text Example


Text Example

White with #BF390F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF390F; }

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

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

background-color css

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

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

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

border-color css

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

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

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