Html Css Color HEX #BF3706 Rust

📋 copy color: '#BF3706'

red 191 ◦ green 55 ◦ blue 6

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

Shades of Rust #BF3706

Tints of Rust #BF3706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.38%

R = 75.79%
G = 21.83%
B = 2.38%

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

#BF3706 (or 0xBF3706) is known color: Rust. HEX triplet: BF, 37 and 06. RGB value is (191,55,6). Sum of RGB (Red+Green+Blue) = 191+55+6=252 (33% of max value = 765). Red value is 191 (75% from 255 or 75.79% from 252); Green value is 55 (21.88% from 255 or 21.83% from 252); Blue value is 6 (2.73% from 255 or 2.38% from 252); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3706 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3706 is #40C8F9. Grayscale: #5A5A5A. Windows color (decimal): -4245754 or 407487. OLE color: 407487.

HSL color Cylindrical-coordinate representation of color #BF3706: hue angle of 15.89º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BF3706 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 55 6 -
CMYK 0 0.71 0.97 0.25
HSL 15.89º 0.94% 0.39% -
HSV(B) 15.89º 0.97% 0.75% -
XYZ 22.88 13.82 1.63 -
YUV 90.08 80.56 199.98 -
System Red Green Blue C M Y K H S L
Decimal 191 55 6 0 0.71 0.97 0.25 15.89 0.94 0.39
Hex BF 37 6 0 47 61 19 10 5E 27
Octal 277 67 6 0 107 141 31 20 136 47
Binary 10111111 110111 110 0 1000111 1100001 11001 10000 1011110 100111

Color Harmonies of #BF3706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3706

Black with #BF3706

Text Example


Text Example

White with #BF3706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3706; }

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

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

background-color css

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

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

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

border-color css

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

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

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