Html Css Color HEX #BF3B01 Rust

📋 copy color: '#BF3B01'

red 191 ◦ green 59 ◦ blue 1

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

Shades of Rust #BF3B01

Tints of Rust #BF3B01

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.51%

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 76.1%
G = 23.51%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BF3B01 (or 0xBF3B01) is known color: Rust. HEX triplet: BF, 3B and 01. RGB value is (191,59,1). Sum of RGB (Red+Green+Blue) = 191+59+1=251 (33% of max value = 765). Red value is 191 (75% from 255 or 76.10% from 251); Green value is 59 (23.44% from 255 or 23.51% from 251); Blue value is 1 (0.78% from 255 or 0.40% from 251); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3B01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3B01 is #40C4FE. Grayscale: #5C5C5C. Windows color (decimal): -4244735 or 80831. OLE color: 80831.

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

Color convert

RGB 191 59 1 -
CMYK 0 0.69 0.99 0.25
HSL 18.32º 0.99% 0.38% -
HSV(B) 18.32º 0.99% 0.75% -
XYZ 23.06 14.21 1.56 -
YUV 91.86 76.73 198.72 -
System Red Green Blue C M Y K H S L
Decimal 191 59 1 0 0.69 0.99 0.25 18.32 0.99 0.38
Hex BF 3B 1 0 45 63 19 12 63 26
Octal 277 73 1 0 105 143 31 22 143 46
Binary 10111111 111011 1 0 1000101 1100011 11001 10010 1100011 100110

Color Harmonies of #BF3B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3B01

Black with #BF3B01

Text Example


Text Example

White with #BF3B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3B01; }

 p { color: rgb(191,59,1); }

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

background-color css

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

 a { background-color: rgb(191,59,1); }

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

border-color css

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

 span { border-color: rgb(191,59,1); }

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