Html Css Color HEX #BF4005 Rust

📋 copy color: '#BF4005'

red 191 ◦ green 64 ◦ blue 5

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

Shades of Rust #BF4005

Tints of Rust #BF4005

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.62%

 BLUE value IS 5 (2.34% from 255) = 1.92%

R = 73.46%
G = 24.62%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#BF4005 (or 0xBF4005) is known color: Rust. HEX triplet: BF, 40 and 05. RGB value is (191,64,5). Sum of RGB (Red+Green+Blue) = 191+64+5=260 (34% of max value = 765). Red value is 191 (75% from 255 or 73.46% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 5 (2.34% from 255 or 1.92% from 260); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4005 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4005 is #40BFFA. Grayscale: #5F5F5F. Windows color (decimal): -4243451 or 344255. OLE color: 344255.

HSL color Cylindrical-coordinate representation of color #BF4005: hue angle of 19.03º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BF4005 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 64 5 -
CMYK 0 0.66 0.97 0.25
HSL 19.03º 0.95% 0.38% -
HSV(B) 19.03º 0.97% 0.75% -
XYZ 23.35 14.75 1.76 -
YUV 95.25 77.08 196.3 -
System Red Green Blue C M Y K H S L
Decimal 191 64 5 0 0.66 0.97 0.25 19.03 0.95 0.38
Hex BF 40 5 0 42 61 19 13 5F 26
Octal 277 100 5 0 102 141 31 23 137 46
Binary 10111111 1000000 101 0 1000010 1100001 11001 10011 1011111 100110

Color Harmonies of #BF4005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4005

Black with #BF4005

Text Example


Text Example

White with #BF4005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4005; }

 p { color: rgb(191,64,5); }

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

background-color css

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

 a { background-color: rgb(191,64,5); }

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

border-color css

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

 span { border-color: rgb(191,64,5); }

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