Html Css Color HEX #BF4C10 Rust

📋 copy color: '#BF4C10'

red 191 ◦ green 76 ◦ blue 16

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

Shades of Rust #BF4C10

Tints of Rust #BF4C10

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.86%

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

R = 67.49%
G = 26.86%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BF4C10 (or 0xBF4C10) is known color: Rust. HEX triplet: BF, 4C and 10. RGB value is (191,76,16). Sum of RGB (Red+Green+Blue) = 191+76+16=283 (37% of max value = 765). Red value is 191 (75% from 255 or 67.49% from 283); Green value is 76 (30.08% from 255 or 26.86% from 283); Blue value is 16 (6.64% from 255 or 5.65% from 283); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4C10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4C10 is #40B3EF. Grayscale: #676767. Windows color (decimal): -4240368 or 1068223. OLE color: 1068223.

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

Color convert

RGB 191 76 16 -
CMYK 0 0.60 0.92 0.25
HSL 20.57º 0.85% 0.41% -
HSV(B) 20.57º 0.92% 0.75% -
XYZ 24.16 16.28 2.36 -
YUV 103.55 78.6 190.38 -
System Red Green Blue C M Y K H S L
Decimal 191 76 16 0 0.60 0.92 0.25 20.57 0.85 0.41
Hex BF 4C 10 0 3C 5C 19 15 55 29
Octal 277 114 20 0 74 134 31 25 125 51
Binary 10111111 1001100 10000 0 111100 1011100 11001 10101 1010101 101001

Color Harmonies of #BF4C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4C10

Black with #BF4C10

Text Example


Text Example

White with #BF4C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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