Html Css Color HEX #BF3705 Rust

📋 copy color: '#BF3705'

red 191 ◦ green 55 ◦ blue 5

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

Shades of Rust #BF3705

Tints of Rust #BF3705

RGB

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

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

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

R = 76.1%
G = 21.91%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#BF3705 (or 0xBF3705) is known color: Rust. HEX triplet: BF, 37 and 05. RGB value is (191,55,5). Sum of RGB (Red+Green+Blue) = 191+55+5=251 (33% of max value = 765). Red value is 191 (75% from 255 or 76.10% from 251); Green value is 55 (21.88% from 255 or 21.91% from 251); Blue value is 5 (2.34% from 255 or 1.99% from 251); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3705 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3705 is #40C8FA. Grayscale: #5A5A5A. Windows color (decimal): -4245755 or 341951. OLE color: 341951.

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

Color convert

RGB 191 55 5 -
CMYK 0 0.71 0.97 0.25
HSL 16.13º 0.95% 0.38% -
HSV(B) 16.13º 0.97% 0.75% -
XYZ 22.88 13.82 1.61 -
YUV 89.96 80.06 200.07 -
System Red Green Blue C M Y K H S L
Decimal 191 55 5 0 0.71 0.97 0.25 16.13 0.95 0.38
Hex BF 37 5 0 47 61 19 10 5F 26
Octal 277 67 5 0 107 141 31 20 137 46
Binary 10111111 110111 101 0 1000111 1100001 11001 10000 1011111 100110

Color Harmonies of #BF3705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3705

Black with #BF3705

Text Example


Text Example

White with #BF3705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3705; }

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

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

background-color css

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

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

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

border-color css

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

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

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