Html Css Color HEX #BF3701 Rust

📋 copy color: '#BF3701'

red 191 ◦ green 55 ◦ blue 1

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

Shades of Rust #BF3701

Tints of Rust #BF3701

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.27%

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

R = 77.33%
G = 22.27%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BF3701 (or 0xBF3701) is known color: Rust. HEX triplet: BF, 37 and 01. RGB value is (191,55,1). Sum of RGB (Red+Green+Blue) = 191+55+1=247 (32% of max value = 765). Red value is 191 (75% from 255 or 77.33% from 247); Green value is 55 (21.88% from 255 or 22.27% from 247); Blue value is 1 (0.78% from 255 or 0.40% from 247); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3701 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3701 is #40C8FE. Grayscale: #595959. Windows color (decimal): -4245759 or 79807. OLE color: 79807.

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

Color convert

RGB 191 55 1 -
CMYK 0 0.71 0.99 0.25
HSL 17.05º 0.99% 0.38% -
HSV(B) 17.05º 0.99% 0.75% -
XYZ 22.86 13.81 1.49 -
YUV 89.51 78.06 200.39 -
System Red Green Blue C M Y K H S L
Decimal 191 55 1 0 0.71 0.99 0.25 17.05 0.99 0.38
Hex BF 37 1 0 47 63 19 11 63 26
Octal 277 67 1 0 107 143 31 21 143 46
Binary 10111111 110111 1 0 1000111 1100011 11001 10001 1100011 100110

Color Harmonies of #BF3701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3701

Black with #BF3701

Text Example


Text Example

White with #BF3701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3701; }

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

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

background-color css

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

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

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

border-color css

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

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

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