Html Css Color HEX #BF4804 Rust

📋 copy color: '#BF4804'

red 191 ◦ green 72 ◦ blue 4

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

Shades of Rust #BF4804

Tints of Rust #BF4804

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.97%

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

R = 71.54%
G = 26.97%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BF4804 (or 0xBF4804) is known color: Rust. HEX triplet: BF, 48 and 04. RGB value is (191,72,4). Sum of RGB (Red+Green+Blue) = 191+72+4=267 (35% of max value = 765). Red value is 191 (75% from 255 or 71.54% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 4 (1.95% from 255 or 1.50% from 267); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4804 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4804 is #40B7FB. Grayscale: #646464. Windows color (decimal): -4241404 or 280767. OLE color: 280767.

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

Color convert

RGB 191 72 4 -
CMYK 0 0.62 0.98 0.25
HSL 21.82º 0.96% 0.38% -
HSV(B) 21.82º 0.98% 0.75% -
XYZ 23.83 15.72 1.89 -
YUV 99.83 73.92 193.03 -
System Red Green Blue C M Y K H S L
Decimal 191 72 4 0 0.62 0.98 0.25 21.82 0.96 0.38
Hex BF 48 4 0 3E 62 19 16 60 26
Octal 277 110 4 0 76 142 31 26 140 46
Binary 10111111 1001000 100 0 111110 1100010 11001 10110 1100000 100110

Color Harmonies of #BF4804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4804

Black with #BF4804

Text Example


Text Example

White with #BF4804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4804; }

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

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

background-color css

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

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

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

border-color css

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

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

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