Html Css Color HEX #BF4D1A Rust

📋 copy color: '#BF4D1A'

red 191 ◦ green 77 ◦ blue 26

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

Shades of Rust #BF4D1A

Tints of Rust #BF4D1A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.19%

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

R = 64.97%
G = 26.19%
B = 8.84%

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

#BF4D1A (or 0xBF4D1A) is known color: Rust. HEX triplet: BF, 4D and 1A. RGB value is (191,77,26). Sum of RGB (Red+Green+Blue) = 191+77+26=294 (38% of max value = 765). Red value is 191 (75% from 255 or 64.97% from 294); Green value is 77 (30.47% from 255 or 26.19% from 294); Blue value is 26 (10.55% from 255 or 8.84% from 294); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF4D1A is #40B2E5. Grayscale: #696969. Windows color (decimal): -4240102 or 1723839. OLE color: 1723839.

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

Color convert

RGB 191 77 26 -
CMYK 0 0.60 0.86 0.25
HSL 18.55º 0.76% 0.43% -
HSV(B) 18.55º 0.86% 0.75% -
XYZ 24.33 16.46 2.87 -
YUV 105.27 83.27 189.15 -
System Red Green Blue C M Y K H S L
Decimal 191 77 26 0 0.60 0.86 0.25 18.55 0.76 0.43
Hex BF 4D 1A 0 3C 56 19 13 4C 2B
Octal 277 115 32 0 74 126 31 23 114 53
Binary 10111111 1001101 11010 0 111100 1010110 11001 10011 1001100 101011

Color Harmonies of #BF4D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4D1A

Black with #BF4D1A

Text Example


Text Example

White with #BF4D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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