Html Css Color HEX #BF3301 Rust

📋 copy color: '#BF3301'

red 191 ◦ green 51 ◦ blue 1

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

Shades of Rust #BF3301

Tints of Rust #BF3301

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.99%

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

R = 78.6%
G = 20.99%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BF3301 (or 0xBF3301) is known color: Rust. HEX triplet: BF, 33 and 01. RGB value is (191,51,1). Sum of RGB (Red+Green+Blue) = 191+51+1=243 (32% of max value = 765). Red value is 191 (75% from 255 or 78.60% from 243); Green value is 51 (20.31% from 255 or 20.99% from 243); Blue value is 1 (0.78% from 255 or 0.41% from 243); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3301 is #40CCFE. Grayscale: #575757. Windows color (decimal): -4246783 or 78783. OLE color: 78783.

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

Color convert

RGB 191 51 1 -
CMYK 0 0.73 0.99 0.25
HSL 15.79º 0.99% 0.38% -
HSV(B) 15.79º 0.99% 0.75% -
XYZ 22.68 13.45 1.43 -
YUV 87.16 79.38 202.07 -
System Red Green Blue C M Y K H S L
Decimal 191 51 1 0 0.73 0.99 0.25 15.79 0.99 0.38
Hex BF 33 1 0 49 63 19 10 63 26
Octal 277 63 1 0 111 143 31 20 143 46
Binary 10111111 110011 1 0 1001001 1100011 11001 10000 1100011 100110

Color Harmonies of #BF3301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3301

Black with #BF3301

Text Example


Text Example

White with #BF3301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3301; }

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

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

background-color css

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

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

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

border-color css

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

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

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