Html Css Color HEX #BF3F05 Rust

📋 copy color: '#BF3F05'

red 191 ◦ green 63 ◦ blue 5

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

Shades of Rust #BF3F05

Tints of Rust #BF3F05

RGB

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

 GREEN value IS 63 (25% from 255) = 24.32%

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

R = 73.75%
G = 24.32%
B = 1.93%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#BF3F05 (or 0xBF3F05) is known color: Rust. HEX triplet: BF, 3F and 05. RGB value is (191,63,5). Sum of RGB (Red+Green+Blue) = 191+63+5=259 (34% of max value = 765). Red value is 191 (75% from 255 or 73.75% from 259); Green value is 63 (25% from 255 or 24.32% from 259); Blue value is 5 (2.34% from 255 or 1.93% from 259); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3F05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3F05 is #40C0FA. Grayscale: #5F5F5F. Windows color (decimal): -4243707 or 343999. OLE color: 343999.

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

Color convert

RGB 191 63 5 -
CMYK 0 0.67 0.97 0.25
HSL 18.71º 0.95% 0.38% -
HSV(B) 18.71º 0.97% 0.75% -
XYZ 23.29 14.64 1.74 -
YUV 94.66 77.41 196.72 -
System Red Green Blue C M Y K H S L
Decimal 191 63 5 0 0.67 0.97 0.25 18.71 0.95 0.38
Hex BF 3F 5 0 43 61 19 13 5F 26
Octal 277 77 5 0 103 141 31 23 137 46
Binary 10111111 111111 101 0 1000011 1100001 11001 10011 1011111 100110

Color Harmonies of #BF3F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3F05

Black with #BF3F05

Text Example


Text Example

White with #BF3F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3F05; }

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

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

background-color css

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

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

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

border-color css

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

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

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