Html Css Color HEX #BF3C10 Rust

📋 copy color: '#BF3C10'

red 191 ◦ green 60 ◦ blue 16

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

Shades of Rust #BF3C10

Tints of Rust #BF3C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.99%

R = 71.54%
G = 22.47%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BF3C10 (or 0xBF3C10) is known color: Rust. HEX triplet: BF, 3C and 10. RGB value is (191,60,16). Sum of RGB (Red+Green+Blue) = 191+60+16=267 (35% of max value = 765). Red value is 191 (75% from 255 or 71.54% from 267); Green value is 60 (23.83% from 255 or 22.47% from 267); Blue value is 16 (6.64% from 255 or 5.99% from 267); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3C10 is #40C3EF. Grayscale: #5E5E5E. Windows color (decimal): -4244464 or 1064127. OLE color: 1064127.

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

Color convert

RGB 191 60 16 -
CMYK 0 0.69 0.92 0.25
HSL 15.09º 0.85% 0.41% -
HSV(B) 15.09º 0.92% 0.75% -
XYZ 23.2 14.35 2.04 -
YUV 94.15 83.9 197.08 -
System Red Green Blue C M Y K H S L
Decimal 191 60 16 0 0.69 0.92 0.25 15.09 0.85 0.41
Hex BF 3C 10 0 45 5C 19 F 55 29
Octal 277 74 20 0 105 134 31 17 125 51
Binary 10111111 111100 10000 0 1000101 1011100 11001 1111 1010101 101001

Color Harmonies of #BF3C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3C10

Black with #BF3C10

Text Example


Text Example

White with #BF3C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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