Html Css Color HEX #BF3F04 Rust

📋 copy color: '#BF3F04'

red 191 ◦ green 63 ◦ blue 4

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

Shades of Rust #BF3F04

Tints of Rust #BF3F04

RGB

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

 GREEN value IS 63 (25% from 255) = 24.42%

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

R = 74.03%
G = 24.42%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BF3F04 (or 0xBF3F04) is known color: Rust. HEX triplet: BF, 3F and 04. RGB value is (191,63,4). Sum of RGB (Red+Green+Blue) = 191+63+4=258 (34% of max value = 765). Red value is 191 (75% from 255 or 74.03% from 258); Green value is 63 (25% from 255 or 24.42% from 258); Blue value is 4 (1.95% from 255 or 1.55% from 258); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3F04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3F04 is #40C0FB. Grayscale: #5E5E5E. Windows color (decimal): -4243708 or 278463. OLE color: 278463.

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

Color convert

RGB 191 63 4 -
CMYK 0 0.67 0.98 0.25
HSL 18.93º 0.96% 0.38% -
HSV(B) 18.93º 0.98% 0.75% -
XYZ 23.29 14.64 1.71 -
YUV 94.55 76.91 196.8 -
System Red Green Blue C M Y K H S L
Decimal 191 63 4 0 0.67 0.98 0.25 18.93 0.96 0.38
Hex BF 3F 4 0 43 62 19 13 60 26
Octal 277 77 4 0 103 142 31 23 140 46
Binary 10111111 111111 100 0 1000011 1100010 11001 10011 1100000 100110

Color Harmonies of #BF3F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3F04

Black with #BF3F04

Text Example


Text Example

White with #BF3F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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