Html Css Color HEX #BF4004 Rust

📋 copy color: '#BF4004'

red 191 ◦ green 64 ◦ blue 4

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

Shades of Rust #BF4004

Tints of Rust #BF4004

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.71%

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

R = 73.75%
G = 24.71%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BF4004 (or 0xBF4004) is known color: Rust. HEX triplet: BF, 40 and 04. RGB value is (191,64,4). Sum of RGB (Red+Green+Blue) = 191+64+4=259 (34% of max value = 765). Red value is 191 (75% from 255 or 73.75% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 4 (1.95% from 255 or 1.54% from 259); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4004 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4004 is #40BFFB. Grayscale: #5F5F5F. Windows color (decimal): -4243452 or 278719. OLE color: 278719.

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

Color convert

RGB 191 64 4 -
CMYK 0 0.66 0.98 0.25
HSL 19.25º 0.96% 0.38% -
HSV(B) 19.25º 0.98% 0.75% -
XYZ 23.34 14.75 1.73 -
YUV 95.13 76.58 196.38 -
System Red Green Blue C M Y K H S L
Decimal 191 64 4 0 0.66 0.98 0.25 19.25 0.96 0.38
Hex BF 40 4 0 42 62 19 13 60 26
Octal 277 100 4 0 102 142 31 23 140 46
Binary 10111111 1000000 100 0 1000010 1100010 11001 10011 1100000 100110

Color Harmonies of #BF4004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4004

Black with #BF4004

Text Example


Text Example

White with #BF4004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4004; }

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

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

background-color css

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

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

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

border-color css

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

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

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