Html Css Color HEX #BF3604 Rust

📋 copy color: '#BF3604'

red 191 ◦ green 54 ◦ blue 4

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

Shades of Rust #BF3604

Tints of Rust #BF3604

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.69%

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

R = 76.71%
G = 21.69%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BF3604 (or 0xBF3604) is known color: Rust. HEX triplet: BF, 36 and 04. RGB value is (191,54,4). Sum of RGB (Red+Green+Blue) = 191+54+4=249 (32% of max value = 765). Red value is 191 (75% from 255 or 76.71% from 249); Green value is 54 (21.48% from 255 or 21.69% from 249); Blue value is 4 (1.95% from 255 or 1.61% from 249); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3604 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3604 is #40C9FB. Grayscale: #595959. Windows color (decimal): -4246012 or 276159. OLE color: 276159.

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

Color convert

RGB 191 54 4 -
CMYK 0 0.72 0.98 0.25
HSL 16.04º 0.96% 0.38% -
HSV(B) 16.04º 0.98% 0.75% -
XYZ 22.83 13.72 1.56 -
YUV 89.26 79.89 200.57 -
System Red Green Blue C M Y K H S L
Decimal 191 54 4 0 0.72 0.98 0.25 16.04 0.96 0.38
Hex BF 36 4 0 48 62 19 10 60 26
Octal 277 66 4 0 110 142 31 20 140 46
Binary 10111111 110110 100 0 1001000 1100010 11001 10000 1100000 100110

Color Harmonies of #BF3604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3604

Black with #BF3604

Text Example


Text Example

White with #BF3604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3604; }

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

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

background-color css

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

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

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

border-color css

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

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

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