Html Css Color HEX #BF3C15 Rust

📋 copy color: '#BF3C15'

red 191 ◦ green 60 ◦ blue 21

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

Shades of Rust #BF3C15

Tints of Rust #BF3C15

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.06%

 BLUE value IS 21 (8.59% from 255) = 7.72%

R = 70.22%
G = 22.06%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BF3C15 (or 0xBF3C15) is known color: Rust. HEX triplet: BF, 3C and 15. RGB value is (191,60,21). Sum of RGB (Red+Green+Blue) = 191+60+21=272 (36% of max value = 765). Red value is 191 (75% from 255 or 70.22% from 272); Green value is 60 (23.83% from 255 or 22.06% from 272); Blue value is 21 (8.59% from 255 or 7.72% from 272); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3C15 is #40C3EA. Grayscale: #5F5F5F. Windows color (decimal): -4244459 or 1391807. OLE color: 1391807.

HSL color Cylindrical-coordinate representation of color #BF3C15: hue angle of 13.76º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF3C15 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 60 21 -
CMYK 0 0.69 0.89 0.25
HSL 13.76º 0.8% 0.42% -
HSV(B) 13.76º 0.89% 0.75% -
XYZ 23.24 14.36 2.26 -
YUV 94.72 86.4 196.67 -
System Red Green Blue C M Y K H S L
Decimal 191 60 21 0 0.69 0.89 0.25 13.76 0.8 0.42
Hex BF 3C 15 0 45 59 19 E 50 2A
Octal 277 74 25 0 105 131 31 16 120 52
Binary 10111111 111100 10101 0 1000101 1011001 11001 1110 1010000 101010

Color Harmonies of #BF3C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3C15

Black with #BF3C15

Text Example


Text Example

White with #BF3C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3C15; }

 p { color: rgb(191,60,21); }

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

background-color css

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

 a { background-color: rgb(191,60,21); }

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

border-color css

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

 span { border-color: rgb(191,60,21); }

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