Html Css Color HEX #BF4404 Rust

📋 copy color: '#BF4404'

red 191 ◦ green 68 ◦ blue 4

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

Shades of Rust #BF4404

Tints of Rust #BF4404

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.86%

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

R = 72.62%
G = 25.86%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BF4404 (or 0xBF4404) is known color: Rust. HEX triplet: BF, 44 and 04. RGB value is (191,68,4). Sum of RGB (Red+Green+Blue) = 191+68+4=263 (34% of max value = 765). Red value is 191 (75% from 255 or 72.62% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 4 (1.95% from 255 or 1.52% from 263); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4404 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4404 is #40BBFB. Grayscale: #616161. Windows color (decimal): -4242428 or 279743. OLE color: 279743.

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

Color convert

RGB 191 68 4 -
CMYK 0 0.64 0.98 0.25
HSL 20.53º 0.96% 0.38% -
HSV(B) 20.53º 0.98% 0.75% -
XYZ 23.57 15.22 1.81 -
YUV 97.48 75.25 194.7 -
System Red Green Blue C M Y K H S L
Decimal 191 68 4 0 0.64 0.98 0.25 20.53 0.96 0.38
Hex BF 44 4 0 40 62 19 15 60 26
Octal 277 104 4 0 100 142 31 25 140 46
Binary 10111111 1000100 100 0 1000000 1100010 11001 10101 1100000 100110

Color Harmonies of #BF4404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4404

Black with #BF4404

Text Example


Text Example

White with #BF4404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4404; }

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

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

background-color css

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

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

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

border-color css

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

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

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