Html Css Color HEX #BF4C06 Rust

📋 copy color: '#BF4C06'

red 191 ◦ green 76 ◦ blue 6

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

Shades of Rust #BF4C06

Tints of Rust #BF4C06

RGB

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

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

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

R = 69.96%
G = 27.84%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#BF4C06 (or 0xBF4C06) is known color: Rust. HEX triplet: BF, 4C and 06. RGB value is (191,76,6). Sum of RGB (Red+Green+Blue) = 191+76+6=273 (36% of max value = 765). Red value is 191 (75% from 255 or 69.96% from 273); Green value is 76 (30.08% from 255 or 27.84% from 273); Blue value is 6 (2.73% from 255 or 2.20% from 273); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4C06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4C06 is #40B3F9. Grayscale: #666666. Windows color (decimal): -4240378 or 412863. OLE color: 412863.

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

Color convert

RGB 191 76 6 -
CMYK 0 0.60 0.97 0.25
HSL 22.7º 0.94% 0.39% -
HSV(B) 22.7º 0.97% 0.75% -
XYZ 24.1 16.26 2.04 -
YUV 102.41 73.6 191.19 -
System Red Green Blue C M Y K H S L
Decimal 191 76 6 0 0.60 0.97 0.25 22.7 0.94 0.39
Hex BF 4C 6 0 3C 61 19 17 5E 27
Octal 277 114 6 0 74 141 31 27 136 47
Binary 10111111 1001100 110 0 111100 1100001 11001 10111 1011110 100111

Color Harmonies of #BF4C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4C06

Black with #BF4C06

Text Example


Text Example

White with #BF4C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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