Html Css Color HEX #BF4C1A Rust

📋 copy color: '#BF4C1A'

red 191 ◦ green 76 ◦ blue 26

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

Shades of Rust #BF4C1A

Tints of Rust #BF4C1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.87%

R = 65.19%
G = 25.94%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BF4C1A (or 0xBF4C1A) is known color: Rust. HEX triplet: BF, 4C and 1A. RGB value is (191,76,26). Sum of RGB (Red+Green+Blue) = 191+76+26=293 (38% of max value = 765). Red value is 191 (75% from 255 or 65.19% from 293); Green value is 76 (30.08% from 255 or 25.94% from 293); Blue value is 26 (10.55% from 255 or 8.87% from 293); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4C1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4C1A is #40B3E5. Grayscale: #686868. Windows color (decimal): -4240358 or 1723583. OLE color: 1723583.

HSL color Cylindrical-coordinate representation of color #BF4C1A: hue angle of 18.18º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BF4C1A is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 76 26 -
CMYK 0 0.60 0.86 0.25
HSL 18.18º 0.76% 0.43% -
HSV(B) 18.18º 0.86% 0.75% -
XYZ 24.26 16.32 2.85 -
YUV 104.69 83.6 189.57 -
System Red Green Blue C M Y K H S L
Decimal 191 76 26 0 0.60 0.86 0.25 18.18 0.76 0.43
Hex BF 4C 1A 0 3C 56 19 12 4C 2B
Octal 277 114 32 0 74 126 31 22 114 53
Binary 10111111 1001100 11010 0 111100 1010110 11001 10010 1001100 101011

Color Harmonies of #BF4C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4C1A

Black with #BF4C1A

Text Example


Text Example

White with #BF4C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4C1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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