Html Css Color HEX #BF4A1A Rust

📋 copy color: '#BF4A1A'

red 191 ◦ green 74 ◦ blue 26

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

Shades of Rust #BF4A1A

Tints of Rust #BF4A1A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.43%

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

R = 65.64%
G = 25.43%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BF4A1A (or 0xBF4A1A) is known color: Rust. HEX triplet: BF, 4A and 1A. RGB value is (191,74,26). Sum of RGB (Red+Green+Blue) = 191+74+26=291 (38% of max value = 765). Red value is 191 (75% from 255 or 65.64% from 291); Green value is 74 (29.30% from 255 or 25.43% from 291); Blue value is 26 (10.55% from 255 or 8.93% from 291); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4A1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4A1A is #40B5E5. Grayscale: #676767. Windows color (decimal): -4240870 or 1723071. OLE color: 1723071.

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

Color convert

RGB 191 74 26 -
CMYK 0 0.61 0.86 0.25
HSL 17.45º 0.76% 0.43% -
HSV(B) 17.45º 0.86% 0.75% -
XYZ 24.12 16.05 2.8 -
YUV 103.51 84.26 190.4 -
System Red Green Blue C M Y K H S L
Decimal 191 74 26 0 0.61 0.86 0.25 17.45 0.76 0.43
Hex BF 4A 1A 0 3D 56 19 11 4C 2B
Octal 277 112 32 0 75 126 31 21 114 53
Binary 10111111 1001010 11010 0 111101 1010110 11001 10001 1001100 101011

Color Harmonies of #BF4A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4A1A

Black with #BF4A1A

Text Example


Text Example

White with #BF4A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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