Html Css Color HEX #BF4304 Rust

📋 copy color: '#BF4304'

red 191 ◦ green 67 ◦ blue 4

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

Shades of Rust #BF4304

Tints of Rust #BF4304

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.57%

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

R = 72.9%
G = 25.57%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BF4304 (or 0xBF4304) is known color: Rust. HEX triplet: BF, 43 and 04. RGB value is (191,67,4). Sum of RGB (Red+Green+Blue) = 191+67+4=262 (34% of max value = 765). Red value is 191 (75% from 255 or 72.90% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 4 (1.95% from 255 or 1.53% from 262); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4304 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4304 is #40BCFB. Grayscale: #616161. Windows color (decimal): -4242684 or 279487. OLE color: 279487.

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

Color convert

RGB 191 67 4 -
CMYK 0 0.65 0.98 0.25
HSL 20.21º 0.96% 0.38% -
HSV(B) 20.21º 0.98% 0.75% -
XYZ 23.51 15.1 1.79 -
YUV 96.89 75.58 195.12 -
System Red Green Blue C M Y K H S L
Decimal 191 67 4 0 0.65 0.98 0.25 20.21 0.96 0.38
Hex BF 43 4 0 41 62 19 14 60 26
Octal 277 103 4 0 101 142 31 24 140 46
Binary 10111111 1000011 100 0 1000001 1100010 11001 10100 1100000 100110

Color Harmonies of #BF4304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4304

Black with #BF4304

Text Example


Text Example

White with #BF4304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4304; }

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

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

background-color css

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

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

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

border-color css

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

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

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