Html Css Color HEX #BF4C04 Rust

📋 copy color: '#BF4C04'

red 191 ◦ green 76 ◦ blue 4

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

Shades of Rust #BF4C04

Tints of Rust #BF4C04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.48%

R = 70.48%
G = 28.04%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BF4C04 (or 0xBF4C04) is known color: Rust. HEX triplet: BF, 4C and 04. RGB value is (191,76,4). Sum of RGB (Red+Green+Blue) = 191+76+4=271 (35% of max value = 765). Red value is 191 (75% from 255 or 70.48% from 271); Green value is 76 (30.08% from 255 or 28.04% from 271); Blue value is 4 (1.95% from 255 or 1.48% from 271); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4C04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4C04 is #40B3FB. Grayscale: #666666. Windows color (decimal): -4240380 or 281791. OLE color: 281791.

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

Color convert

RGB 191 76 4 -
CMYK 0 0.60 0.98 0.25
HSL 23.1º 0.96% 0.38% -
HSV(B) 23.1º 0.98% 0.75% -
XYZ 24.09 16.25 1.98 -
YUV 102.18 72.6 191.35 -
System Red Green Blue C M Y K H S L
Decimal 191 76 4 0 0.60 0.98 0.25 23.1 0.96 0.38
Hex BF 4C 4 0 3C 62 19 17 60 26
Octal 277 114 4 0 74 142 31 27 140 46
Binary 10111111 1001100 100 0 111100 1100010 11001 10111 1100000 100110

Color Harmonies of #BF4C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4C04

Black with #BF4C04

Text Example


Text Example

White with #BF4C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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