Html Css Color HEX #BF4A06 Rust

📋 copy color: '#BF4A06'

red 191 ◦ green 74 ◦ blue 6

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

Shades of Rust #BF4A06

Tints of Rust #BF4A06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.21%

R = 70.48%
G = 27.31%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#BF4A06 (or 0xBF4A06) is known color: Rust. HEX triplet: BF, 4A and 06. RGB value is (191,74,6). Sum of RGB (Red+Green+Blue) = 191+74+6=271 (35% of max value = 765). Red value is 191 (75% from 255 or 70.48% from 271); Green value is 74 (29.30% from 255 or 27.31% from 271); Blue value is 6 (2.73% from 255 or 2.21% from 271); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4A06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4A06 is #40B5F9. Grayscale: #656565. Windows color (decimal): -4240890 or 412351. OLE color: 412351.

HSL color Cylindrical-coordinate representation of color #BF4A06: hue angle of 22.05º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BF4A06 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 74 6 -
CMYK 0 0.61 0.97 0.25
HSL 22.05º 0.94% 0.39% -
HSV(B) 22.05º 0.97% 0.75% -
XYZ 23.97 15.99 1.99 -
YUV 101.23 74.26 192.03 -
System Red Green Blue C M Y K H S L
Decimal 191 74 6 0 0.61 0.97 0.25 22.05 0.94 0.39
Hex BF 4A 6 0 3D 61 19 16 5E 27
Octal 277 112 6 0 75 141 31 26 136 47
Binary 10111111 1001010 110 0 111101 1100001 11001 10110 1011110 100111

Color Harmonies of #BF4A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4A06

Black with #BF4A06

Text Example


Text Example

White with #BF4A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4A06; }

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

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

background-color css

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

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

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

border-color css

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

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

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